chore: bump pymilvus (#19773)

* Update pymilvus version to 2.6.5

* Update pyproject.toml
This commit is contained in:
Classic298 2025-12-06 14:03:42 +01:00 committed by GitHub
parent cdd75ade50
commit dcdbafa5ae
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.41.5 boto3==1.41.5
pymilvus==2.6.4 pymilvus==2.6.5
qdrant-client==1.16.1 qdrant-client==1.16.1
playwright==1.56.0 # Caution: version must match docker-compose.playwright.yaml playwright==1.56.0 # 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.16.1", "qdrant-client==1.16.1",
"weaviate-client==4.17.0", "weaviate-client==4.17.0",
"pymilvus==2.6.4", "pymilvus==2.6.5",
"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",