chore: Update pymilvus dep (#19507)

* Update requirements.txt

* Update pyproject.toml
This commit is contained in:
Classic298 2025-11-26 22:41:20 +01:00 committed by GitHub
parent 9fca4969db
commit 4b21704498
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -115,7 +115,7 @@ pgvector==0.4.1
PyMySQL==1.1.1 PyMySQL==1.1.1
boto3==1.40.5 boto3==1.40.5
pymilvus==2.6.2 pymilvus==2.6.4
qdrant-client==1.14.3 qdrant-client==1.14.3
playwright==1.49.1 # Caution: version must match docker-compose.playwright.yaml playwright==1.49.1 # Caution: version must match docker-compose.playwright.yaml
elasticsearch==9.1.0 elasticsearch==9.1.0

View file

@ -148,7 +148,7 @@ all = [
"qdrant-client==1.14.3", "qdrant-client==1.14.3",
"weaviate-client==4.17.0", "weaviate-client==4.17.0",
"pymilvus==2.6.2", "pymilvus==2.6.4",
"pinecone==6.0.2", "pinecone==6.0.2",
"oracledb==3.2.0", "oracledb==3.2.0",
"colbert-ai==0.2.21", "colbert-ai==0.2.21",