mirror of
https://github.com/open-webui/open-webui
synced 2024-11-21 23:57:51 +00:00
chore: requirements bump
This commit is contained in:
parent
d8c5262161
commit
83f0ab3e10
@ -9,7 +9,7 @@ dependencies = [
|
|||||||
"fastapi==0.111.0",
|
"fastapi==0.111.0",
|
||||||
"uvicorn[standard]==0.30.6",
|
"uvicorn[standard]==0.30.6",
|
||||||
"pydantic==2.9.2",
|
"pydantic==2.9.2",
|
||||||
"python-multipart==0.0.9",
|
"python-multipart==0.0.17",
|
||||||
|
|
||||||
"Flask==3.0.3",
|
"Flask==3.0.3",
|
||||||
"Flask-Cors==5.0.0",
|
"Flask-Cors==5.0.0",
|
||||||
@ -28,12 +28,13 @@ dependencies = [
|
|||||||
"peewee==3.17.6",
|
"peewee==3.17.6",
|
||||||
"peewee-migrate==1.12.2",
|
"peewee-migrate==1.12.2",
|
||||||
"psycopg2-binary==2.9.9",
|
"psycopg2-binary==2.9.9",
|
||||||
|
"pgvector==0.3.5",
|
||||||
"PyMySQL==1.1.1",
|
"PyMySQL==1.1.1",
|
||||||
"bcrypt==4.2.0",
|
"bcrypt==4.2.0",
|
||||||
|
|
||||||
"pymongo",
|
"pymongo",
|
||||||
"redis",
|
"redis",
|
||||||
"boto3==1.35.0",
|
"boto3==1.35.53",
|
||||||
|
|
||||||
"argon2-cffi==23.1.0",
|
"argon2-cffi==23.1.0",
|
||||||
"APScheduler==3.10.4",
|
"APScheduler==3.10.4",
|
||||||
@ -43,13 +44,14 @@ dependencies = [
|
|||||||
"google-generativeai==0.7.2",
|
"google-generativeai==0.7.2",
|
||||||
"tiktoken",
|
"tiktoken",
|
||||||
|
|
||||||
"langchain==0.3.0",
|
"langchain==0.3.5",
|
||||||
"langchain-community==0.2.12",
|
"langchain-community==0.3.3",
|
||||||
"langchain-chroma==0.1.4",
|
"langchain-chroma==0.1.4",
|
||||||
|
|
||||||
"fake-useragent==1.5.1",
|
"fake-useragent==1.5.1",
|
||||||
"chromadb==0.5.9",
|
"chromadb==0.5.15",
|
||||||
"pymilvus==2.4.7",
|
"pymilvus==2.4.9",
|
||||||
|
"qdrant-client~=1.12.0",
|
||||||
"opensearch-py==2.7.1",
|
"opensearch-py==2.7.1",
|
||||||
|
|
||||||
"sentence-transformers==3.2.0",
|
"sentence-transformers==3.2.0",
|
||||||
@ -97,7 +99,9 @@ dependencies = [
|
|||||||
"pytest~=8.3.2",
|
"pytest~=8.3.2",
|
||||||
"pytest-docker~=3.1.1",
|
"pytest-docker~=3.1.1",
|
||||||
|
|
||||||
"googleapis-common-protos==1.63.2"
|
"googleapis-common-protos==1.63.2",
|
||||||
|
|
||||||
|
"ldap3==2.9.1"
|
||||||
]
|
]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">= 3.11, < 3.12.0a1"
|
requires-python = ">= 3.11, < 3.12.0a1"
|
||||||
|
Loading…
Reference in New Issue
Block a user