mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
chore: update qdrant dependency to fix Startup Warning (#19757)
* Update pyproject.toml * Update requirements.txt
This commit is contained in:
parent
5c2df97f04
commit
d27e019af3
2 changed files with 2 additions and 2 deletions
|
|
@ -116,7 +116,7 @@ PyMySQL==1.1.1
|
||||||
boto3==1.41.5
|
boto3==1.41.5
|
||||||
|
|
||||||
pymilvus==2.6.4
|
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
|
playwright==1.56.0 # Caution: version must match docker-compose.playwright.yaml
|
||||||
elasticsearch==9.1.0
|
elasticsearch==9.1.0
|
||||||
pinecone==6.0.2
|
pinecone==6.0.2
|
||||||
|
|
|
||||||
|
|
@ -146,7 +146,7 @@ all = [
|
||||||
"playwright==1.56.0",
|
"playwright==1.56.0",
|
||||||
"elasticsearch==9.1.0",
|
"elasticsearch==9.1.0",
|
||||||
|
|
||||||
"qdrant-client==1.14.3",
|
"qdrant-client==1.16.1",
|
||||||
"weaviate-client==4.17.0",
|
"weaviate-client==4.17.0",
|
||||||
"pymilvus==2.6.4",
|
"pymilvus==2.6.4",
|
||||||
"pinecone==6.0.2",
|
"pinecone==6.0.2",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue