Update qdrant-client minimum version from 1.7.0 to 1.11.0

• 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
This commit is contained in:
yangdx 2025-11-10 11:54:48 +08:00
parent 913fa1e415
commit e8f5f57ec7
4 changed files with 4 additions and 4 deletions

View file

@ -98,7 +98,7 @@ offline-storage = [
"pymilvus>=2.6.2,<3.0.0", "pymilvus>=2.6.2,<3.0.0",
"pymongo>=4.0.0,<5.0.0", "pymongo>=4.0.0,<5.0.0",
"asyncpg>=0.29.0,<1.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 = [ offline-llm = [

View file

@ -12,5 +12,5 @@ asyncpg>=0.29.0,<1.0.0
neo4j>=5.0.0,<7.0.0 neo4j>=5.0.0,<7.0.0
pymilvus>=2.6.2,<3.0.0 pymilvus>=2.6.2,<3.0.0
pymongo>=4.0.0,<5.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 redis>=5.0.0,<8.0.0

View file

@ -27,7 +27,7 @@ pymongo>=4.0.0,<5.0.0
pypdf2>=3.0.0 pypdf2>=3.0.0
python-docx>=0.8.11,<2.0.0 python-docx>=0.8.11,<2.0.0
python-pptx>=0.6.21,<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 redis>=5.0.0,<8.0.0
voyageai>=0.2.0,<1.0.0 voyageai>=0.2.0,<1.0.0
zhipuai>=2.0.0,<3.0.0 zhipuai>=2.0.0,<3.0.0

2
uv.lock generated
View file

@ -2083,7 +2083,7 @@ requires-dist = [
{ name = "python-multipart", marker = "extra == 'api'" }, { name = "python-multipart", marker = "extra == 'api'" },
{ name = "python-pptx", marker = "extra == 'offline-docs'", specifier = ">=0.6.21,<2.0.0" }, { name = "python-pptx", marker = "extra == 'offline-docs'", specifier = ">=0.6.21,<2.0.0" },
{ name = "pytz", marker = "extra == 'api'" }, { 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 = "ragas", marker = "extra == 'evaluation'", specifier = ">=0.3.7" },
{ name = "redis", marker = "extra == 'offline-storage'", specifier = ">=5.0.0,<8.0.0" }, { name = "redis", marker = "extra == 'offline-storage'", specifier = ">=5.0.0,<8.0.0" },
{ name = "setuptools" }, { name = "setuptools" },