Update pymilvus to >=2.6.2 and add protobuf compatibility constraint

This commit is contained in:
yangdx 2025-10-11 13:27:10 +08:00
parent 7cddd56461
commit 49197fbfc0
2 changed files with 4 additions and 2 deletions

View file

@ -93,7 +93,8 @@ offline-storage = [
# Storage backend dependencies
"redis>=5.0.0",
"neo4j>=5.0.0",
"pymilvus==2.5.2",
"pymilvus>=2.6.2",
"protobuf>=5.27.2,<6.0.0", # Required for pymilvus compatibility
"pymongo>=4.0.0",
"asyncpg>=0.29.0",
"qdrant-client>=1.7.0",

View file

@ -6,7 +6,8 @@
asyncpg>=0.29.0
neo4j>=5.0.0
pymilvus==2.5.2
pymilvus>=2.6.2
protobuf>=5.27.2,<6.0.0 # Required for pymilvus compatibility
pymongo>=4.0.0
qdrant-client>=1.7.0
# Storage backend dependencies