Commit Graph

2 Commits

Author SHA1 Message Date
Alex Ermolaev
3b4a657d74 fix: use the same name for check_compatibility flag in args, warnings and tests (#898)
* Replace `check_version` with `check_compatibility` in warnings and tests to fit flag name

* refactoring: refactor warnings

---------

Co-authored-by: George Panchuk <george.panchuk@qdrant.tech>
2025-02-17 22:38:59 +01:00
tellet-q
b99ea6eb42 feat: incompatible versions warning on init (#859)
* Add flag to compare server and client versions during remote client init

* Always use sync http request to check versions

* Use simple httpx.get

* Add more tests

* Update docstring
---------

Co-authored-by: George Panchuk <george.panchuk@qdrant.tech>
2024-12-16 11:33:31 +01:00