Remove explicit protobuf dependency from offline storage requirements

(cherry picked from commit bc1a70bad0)
This commit is contained in:
yangdx 2025-10-11 23:34:50 +08:00 committed by Raphaël MANSUY
parent b0bdbb5839
commit 077a2fdbb7
2 changed files with 2 additions and 2 deletions

View file

@ -93,7 +93,7 @@ offline-storage = [
# Storage backend dependencies
"redis>=5.0.0",
"neo4j>=5.0.0",
"pymilvus==2.5.2",
"pymilvus>=2.6.2",
"pymongo>=4.0.0",
"asyncpg>=0.29.0",
"qdrant-client>=1.7.0",

View file

@ -6,7 +6,7 @@
asyncpg>=0.29.0
neo4j>=5.0.0
pymilvus==2.5.2
pymilvus>=2.6.2
pymongo>=4.0.0
qdrant-client>=1.7.0
# Storage backend dependencies