Update pymilvus to >=2.6.2 and add protobuf compatibility constraint
This commit is contained in:
parent
7cddd56461
commit
49197fbfc0
2 changed files with 4 additions and 2 deletions
|
|
@ -93,7 +93,8 @@ offline-storage = [
|
||||||
# Storage backend dependencies
|
# Storage backend dependencies
|
||||||
"redis>=5.0.0",
|
"redis>=5.0.0",
|
||||||
"neo4j>=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",
|
"pymongo>=4.0.0",
|
||||||
"asyncpg>=0.29.0",
|
"asyncpg>=0.29.0",
|
||||||
"qdrant-client>=1.7.0",
|
"qdrant-client>=1.7.0",
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,8 @@
|
||||||
|
|
||||||
asyncpg>=0.29.0
|
asyncpg>=0.29.0
|
||||||
neo4j>=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
|
pymongo>=4.0.0
|
||||||
qdrant-client>=1.7.0
|
qdrant-client>=1.7.0
|
||||||
# Storage backend dependencies
|
# Storage backend dependencies
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue