From e8f5f57ec7601b0779303fce090dddf93f77b11f Mon Sep 17 00:00:00 2001 From: yangdx Date: Mon, 10 Nov 2025 11:54:48 +0800 Subject: [PATCH] Update qdrant-client minimum version from 1.7.0 to 1.11.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit • Bump qdrant-client to >=1.11.0 • Update pyproject.toml dependency • Update requirements files • Sync uv.lock with new version • Maintain <2.0.0 upper bound --- pyproject.toml | 2 +- requirements-offline-storage.txt | 2 +- requirements-offline.txt | 2 +- uv.lock | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d0052b74..29f7c58e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -98,7 +98,7 @@ offline-storage = [ "pymilvus>=2.6.2,<3.0.0", "pymongo>=4.0.0,<5.0.0", "asyncpg>=0.29.0,<1.0.0", - "qdrant-client>=1.7.0,<2.0.0", + "qdrant-client>=1.11.0,<2.0.0", ] offline-llm = [ diff --git a/requirements-offline-storage.txt b/requirements-offline-storage.txt index 6c960623..13a9c0e2 100644 --- a/requirements-offline-storage.txt +++ b/requirements-offline-storage.txt @@ -12,5 +12,5 @@ asyncpg>=0.29.0,<1.0.0 neo4j>=5.0.0,<7.0.0 pymilvus>=2.6.2,<3.0.0 pymongo>=4.0.0,<5.0.0 -qdrant-client>=1.7.0,<2.0.0 +qdrant-client>=1.11.0,<2.0.0 redis>=5.0.0,<8.0.0 diff --git a/requirements-offline.txt b/requirements-offline.txt index 8dfb1b01..0582eaca 100644 --- a/requirements-offline.txt +++ b/requirements-offline.txt @@ -27,7 +27,7 @@ pymongo>=4.0.0,<5.0.0 pypdf2>=3.0.0 python-docx>=0.8.11,<2.0.0 python-pptx>=0.6.21,<2.0.0 -qdrant-client>=1.7.0,<2.0.0 +qdrant-client>=1.11.0,<2.0.0 redis>=5.0.0,<8.0.0 voyageai>=0.2.0,<1.0.0 zhipuai>=2.0.0,<3.0.0 diff --git a/uv.lock b/uv.lock index 003d86c4..63fa0a78 100644 --- a/uv.lock +++ b/uv.lock @@ -2083,7 +2083,7 @@ requires-dist = [ { name = "python-multipart", marker = "extra == 'api'" }, { name = "python-pptx", marker = "extra == 'offline-docs'", specifier = ">=0.6.21,<2.0.0" }, { name = "pytz", marker = "extra == 'api'" }, - { name = "qdrant-client", marker = "extra == 'offline-storage'", specifier = ">=1.7.0,<2.0.0" }, + { name = "qdrant-client", marker = "extra == 'offline-storage'", specifier = ">=1.11.0,<2.0.0" }, { name = "ragas", marker = "extra == 'evaluation'", specifier = ">=0.3.7" }, { name = "redis", marker = "extra == 'offline-storage'", specifier = ">=5.0.0,<8.0.0" }, { name = "setuptools" },