mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-23 01:35:23 +00:00
chore: dep bump (#20077)
* Update pyproject.toml * Update requirements-min.txt * Update requirements.txt
This commit is contained in:
parent
ef43e81f9a
commit
60c93b4ccc
3 changed files with 7 additions and 7 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
# Minimal requirements for backend to run
|
# Minimal requirements for backend to run
|
||||||
# WIP: use this as a reference to build a minimal docker image
|
# WIP: use this as a reference to build a minimal docker image
|
||||||
|
|
||||||
fastapi==0.125.0
|
fastapi==0.126.0
|
||||||
uvicorn[standard]==0.37.0
|
uvicorn[standard]==0.37.0
|
||||||
pydantic==2.12.5
|
pydantic==2.12.5
|
||||||
python-multipart==0.0.21
|
python-multipart==0.0.21
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
fastapi==0.125.0
|
fastapi==0.126.0
|
||||||
uvicorn[standard]==0.37.0
|
uvicorn[standard]==0.37.0
|
||||||
pydantic==2.12.5
|
pydantic==2.12.5
|
||||||
python-multipart==0.0.21
|
python-multipart==0.0.21
|
||||||
|
|
@ -63,7 +63,7 @@ einops==0.8.1
|
||||||
|
|
||||||
ftfy==6.3.1
|
ftfy==6.3.1
|
||||||
chardet==5.2.0
|
chardet==5.2.0
|
||||||
pypdf==6.4.2
|
pypdf==6.5.0
|
||||||
fpdf2==2.8.5
|
fpdf2==2.8.5
|
||||||
pymdown-extensions==10.19.1
|
pymdown-extensions==10.19.1
|
||||||
docx2txt==0.9
|
docx2txt==0.9
|
||||||
|
|
@ -116,7 +116,7 @@ psycopg2-binary==2.9.11
|
||||||
pgvector==0.4.2
|
pgvector==0.4.2
|
||||||
|
|
||||||
PyMySQL==1.1.2
|
PyMySQL==1.1.2
|
||||||
boto3==1.42.13
|
boto3==1.42.14
|
||||||
|
|
||||||
pymilvus==2.6.5
|
pymilvus==2.6.5
|
||||||
qdrant-client==1.16.2
|
qdrant-client==1.16.2
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ authors = [
|
||||||
]
|
]
|
||||||
license = { file = "LICENSE" }
|
license = { file = "LICENSE" }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"fastapi==0.125.0",
|
"fastapi==0.126.0",
|
||||||
"uvicorn[standard]==0.37.0",
|
"uvicorn[standard]==0.37.0",
|
||||||
"pydantic==2.12.5",
|
"pydantic==2.12.5",
|
||||||
"python-multipart==0.0.21",
|
"python-multipart==0.0.21",
|
||||||
|
|
@ -59,7 +59,7 @@ dependencies = [
|
||||||
"chromadb==1.3.7",
|
"chromadb==1.3.7",
|
||||||
"opensearch-py==3.1.0",
|
"opensearch-py==3.1.0",
|
||||||
"PyMySQL==1.1.2",
|
"PyMySQL==1.1.2",
|
||||||
"boto3==1.42.13",
|
"boto3==1.42.14",
|
||||||
|
|
||||||
"transformers==4.57.3",
|
"transformers==4.57.3",
|
||||||
"sentence-transformers==5.2.0",
|
"sentence-transformers==5.2.0",
|
||||||
|
|
@ -69,7 +69,7 @@ dependencies = [
|
||||||
|
|
||||||
"ftfy==6.3.1",
|
"ftfy==6.3.1",
|
||||||
"chardet==5.2.0",
|
"chardet==5.2.0",
|
||||||
"pypdf==6.4.2",
|
"pypdf==6.5.0",
|
||||||
"fpdf2==2.8.5",
|
"fpdf2==2.8.5",
|
||||||
"pymdown-extensions==10.19.1",
|
"pymdown-extensions==10.19.1",
|
||||||
"docx2txt==0.9",
|
"docx2txt==0.9",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue