mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
chore: dep bump
This commit is contained in:
parent
803daebfe4
commit
de634a7599
1 changed files with 4 additions and 4 deletions
|
|
@ -60,7 +60,7 @@ dependencies = [
|
||||||
"qdrant-client==1.14.3",
|
"qdrant-client==1.14.3",
|
||||||
"opensearch-py==2.8.0",
|
"opensearch-py==2.8.0",
|
||||||
"playwright==1.49.1",
|
"playwright==1.49.1",
|
||||||
"elasticsearch==9.0.1",
|
"elasticsearch==9.1.0",
|
||||||
"pinecone==6.0.2",
|
"pinecone==6.0.2",
|
||||||
"oracledb==3.2.0",
|
"oracledb==3.2.0",
|
||||||
|
|
||||||
|
|
@ -112,7 +112,7 @@ dependencies = [
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
"googleapis-common-protos==1.63.2",
|
"googleapis-common-protos==1.70.0",
|
||||||
"google-cloud-storage==2.19.0",
|
"google-cloud-storage==2.19.0",
|
||||||
|
|
||||||
"azure-identity==1.20.0",
|
"azure-identity==1.20.0",
|
||||||
|
|
@ -141,8 +141,8 @@ classifiers = [
|
||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
postgres = [
|
postgres = [
|
||||||
"psycopg2-binary==2.9.9",
|
"psycopg2-binary==2.9.10",
|
||||||
"pgvector==0.4.0",
|
"pgvector==0.4.1",
|
||||||
]
|
]
|
||||||
|
|
||||||
all = [
|
all = [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue