mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 12:55:19 +00:00
chore: dep bump
This commit is contained in:
parent
dbbdad3ebd
commit
c1e86ad0a6
2 changed files with 30 additions and 29 deletions
|
|
@ -29,14 +29,6 @@ peewee-migrate==1.12.2
|
||||||
pycrdt==0.12.25
|
pycrdt==0.12.25
|
||||||
redis
|
redis
|
||||||
|
|
||||||
pymongo
|
|
||||||
|
|
||||||
psycopg2-binary==2.9.10
|
|
||||||
pgvector==0.4.1
|
|
||||||
|
|
||||||
PyMySQL==1.1.1
|
|
||||||
boto3==1.40.5
|
|
||||||
|
|
||||||
APScheduler==3.10.4
|
APScheduler==3.10.4
|
||||||
RestrictedPython==8.0
|
RestrictedPython==8.0
|
||||||
|
|
||||||
|
|
@ -59,22 +51,12 @@ fake-useragent==2.2.0
|
||||||
chromadb==1.1.0
|
chromadb==1.1.0
|
||||||
opensearch-py==2.8.0
|
opensearch-py==2.8.0
|
||||||
|
|
||||||
pymilvus==2.6.2
|
|
||||||
qdrant-client==1.14.3
|
|
||||||
playwright==1.49.1 # Caution: version must match docker-compose.playwright.yaml
|
|
||||||
elasticsearch==9.1.0
|
|
||||||
pinecone==6.0.2
|
|
||||||
oracledb==3.2.0
|
|
||||||
|
|
||||||
av==14.0.1 # Caution: Set due to FATAL FIPS SELFTEST FAILURE, see discussion https://github.com/open-webui/open-webui/discussions/15720
|
|
||||||
transformers
|
transformers
|
||||||
sentence-transformers==5.1.1
|
sentence-transformers==5.1.1
|
||||||
accelerate
|
accelerate
|
||||||
pyarrow==20.0.0 # fix: pin pyarrow version to 20 for rpi compatibility #15897
|
pyarrow==20.0.0 # fix: pin pyarrow version to 20 for rpi compatibility #15897
|
||||||
einops==0.8.1
|
einops==0.8.1
|
||||||
|
|
||||||
colbert-ai==0.2.21
|
|
||||||
|
|
||||||
ftfy==6.2.3
|
ftfy==6.2.3
|
||||||
pypdf==6.0.0
|
pypdf==6.0.0
|
||||||
fpdf2==2.8.2
|
fpdf2==2.8.2
|
||||||
|
|
@ -116,11 +98,6 @@ google-api-python-client
|
||||||
google-auth-httplib2
|
google-auth-httplib2
|
||||||
google-auth-oauthlib
|
google-auth-oauthlib
|
||||||
|
|
||||||
## Tests
|
|
||||||
docker~=7.1.0
|
|
||||||
pytest~=8.4.1
|
|
||||||
pytest-docker~=3.1.1
|
|
||||||
|
|
||||||
googleapis-common-protos==1.70.0
|
googleapis-common-protos==1.70.0
|
||||||
google-cloud-storage==2.19.0
|
google-cloud-storage==2.19.0
|
||||||
|
|
||||||
|
|
@ -128,6 +105,30 @@ azure-identity==1.25.0
|
||||||
azure-storage-blob==12.24.1
|
azure-storage-blob==12.24.1
|
||||||
|
|
||||||
|
|
||||||
|
pymongo
|
||||||
|
psycopg2-binary==2.9.10
|
||||||
|
pgvector==0.4.1
|
||||||
|
|
||||||
|
PyMySQL==1.1.1
|
||||||
|
boto3==1.40.5
|
||||||
|
|
||||||
|
pymilvus==2.6.2
|
||||||
|
qdrant-client==1.14.3
|
||||||
|
playwright==1.49.1 # Caution: version must match docker-compose.playwright.yaml
|
||||||
|
elasticsearch==9.1.0
|
||||||
|
pinecone==6.0.2
|
||||||
|
oracledb==3.2.0
|
||||||
|
|
||||||
|
av==14.0.1 # Caution: Set due to FATAL FIPS SELFTEST FAILURE, see discussion https://github.com/open-webui/open-webui/discussions/15720
|
||||||
|
|
||||||
|
colbert-ai==0.2.21
|
||||||
|
|
||||||
|
|
||||||
|
## Tests
|
||||||
|
docker~=7.1.0
|
||||||
|
pytest~=8.4.1
|
||||||
|
pytest-docker~=3.1.1
|
||||||
|
|
||||||
## LDAP
|
## LDAP
|
||||||
ldap3==2.9.1
|
ldap3==2.9.1
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -6,9 +6,9 @@ authors = [
|
||||||
]
|
]
|
||||||
license = { file = "LICENSE" }
|
license = { file = "LICENSE" }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"fastapi==0.115.7",
|
"fastapi==0.118.0",
|
||||||
"uvicorn[standard]==0.35.0",
|
"uvicorn[standard]==0.37.0",
|
||||||
"pydantic==2.11.7",
|
"pydantic==2.11.9",
|
||||||
"python-multipart==0.0.20",
|
"python-multipart==0.0.20",
|
||||||
"itsdangerous==2.2.0",
|
"itsdangerous==2.2.0",
|
||||||
|
|
||||||
|
|
@ -75,7 +75,7 @@ dependencies = [
|
||||||
"python-pptx==1.0.2",
|
"python-pptx==1.0.2",
|
||||||
"unstructured==0.16.17",
|
"unstructured==0.16.17",
|
||||||
"nltk==3.9.1",
|
"nltk==3.9.1",
|
||||||
"Markdown==3.8.2",
|
"Markdown==3.9",
|
||||||
"pypandoc==1.15",
|
"pypandoc==1.15",
|
||||||
"pandas==2.2.3",
|
"pandas==2.2.3",
|
||||||
"openpyxl==3.1.5",
|
"openpyxl==3.1.5",
|
||||||
|
|
@ -95,8 +95,8 @@ dependencies = [
|
||||||
"onnxruntime==1.20.1",
|
"onnxruntime==1.20.1",
|
||||||
"faster-whisper==1.1.1",
|
"faster-whisper==1.1.1",
|
||||||
|
|
||||||
"black==25.1.0",
|
"black==25.9.0",
|
||||||
"youtube-transcript-api==1.1.0",
|
"youtube-transcript-api==1.2.2",
|
||||||
"pytube==15.0.0",
|
"pytube==15.0.0",
|
||||||
|
|
||||||
"pydub",
|
"pydub",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue