diff --git a/pyproject.toml b/pyproject.toml index 6c03780bf7..31ace20af9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ dependencies = [ "pyOpenSSL>=0.14", "python-dateutil~=2.9.0.post0", "python-hglib~=2.6.2", - "qdrant-client~=1.15.1", + "qdrant-client>=1.15.1,<1.20.0", "ratelimit~=2.2.1", "requests>=2.33,<2.35", "requests-html~=0.10.0", diff --git a/uv.lock b/uv.lock index 21a648768a..08e2376fbd 100644 --- a/uv.lock +++ b/uv.lock @@ -718,7 +718,7 @@ requires-dist = [ { name = "pyopenssl", specifier = ">=0.14" }, { name = "python-dateutil", specifier = "~=2.9.0.post0" }, { name = "python-hglib", specifier = "~=2.6.2" }, - { name = "qdrant-client", specifier = "~=1.15.1" }, + { name = "qdrant-client", specifier = ">=1.15.1,<1.20.0" }, { name = "ratelimit", specifier = "~=2.2.1" }, { name = "requests", specifier = ">=2.33,<2.35" }, { name = "requests-html", specifier = "~=0.10.0" }, @@ -6085,7 +6085,7 @@ wheels = [ [[package]] name = "qdrant-client" -version = "1.15.1" +version = "1.19.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "grpcio" }, @@ -6096,9 +6096,9 @@ dependencies = [ { name = "pydantic" }, { name = "urllib3" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/79/8b/76c7d325e11d97cb8eb5e261c3759e9ed6664735afbf32fdded5b580690c/qdrant_client-1.15.1.tar.gz", hash = "sha256:631f1f3caebfad0fd0c1fba98f41be81d9962b7bf3ca653bed3b727c0e0cbe0e", size = 295297, upload-time = "2025-07-31T19:35:19.627Z" } +sdist = { url = "https://files.pythonhosted.org/packages/3a/33/c6e4ec45b4fca5a0b808e8804e60be54a6d7505b68b53c0b1d0d62ba86c1/qdrant_client-1.19.0.tar.gz", hash = "sha256:365395a04b0a26c309b25b7d8b1c99ef2071ec9a2b74bc8a5fd3b7a3642fe963", size = 350953, upload-time = "2026-08-04T14:32:56.923Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/ef/33/d8df6a2b214ffbe4138db9a1efe3248f67dc3c671f82308bea1582ecbbb7/qdrant_client-1.15.1-py3-none-any.whl", hash = "sha256:2b975099b378382f6ca1cfb43f0d59e541be6e16a5892f282a4b8de7eff5cb63", size = 337331, upload-time = "2025-07-31T19:35:17.539Z" }, + { url = "https://files.pythonhosted.org/packages/fc/3c/480c61cc8d5a3e76bb44e86231f408c93643e5498beadbbeb381ab55d02b/qdrant_client-1.19.0-py3-none-any.whl", hash = "sha256:13602a2b3478a95ecdf42f97b93d7f703b63a3361cd912a04495a33a5ac14121", size = 396157, upload-time = "2026-08-04T14:32:55.734Z" }, ] [[package]]