chore: update qdrant dependency to fix Startup Warning (#19757)

* Update pyproject.toml

* Update requirements.txt
This commit is contained in:
Classic298 2025-12-04 20:58:04 +01:00 committed by GitHub
parent 5c2df97f04
commit d27e019af3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -116,7 +116,7 @@ PyMySQL==1.1.1
boto3==1.41.5
pymilvus==2.6.4
qdrant-client==1.14.3
qdrant-client==1.16.1
playwright==1.56.0 # Caution: version must match docker-compose.playwright.yaml
elasticsearch==9.1.0
pinecone==6.0.2

View file

@ -146,7 +146,7 @@ all = [
"playwright==1.56.0",
"elasticsearch==9.1.0",
"qdrant-client==1.14.3",
"qdrant-client==1.16.1",
"weaviate-client==4.17.0",
"pymilvus==2.6.4",
"pinecone==6.0.2",