Chore: dep bump (#19667)

* Update pyproject.toml

* Update requirements-min.txt

* Update requirements.txt

---------

Co-authored-by: Tim Baek <tim@openwebui.com>
This commit is contained in:
Classic298
2025-12-02 08:34:57 +01:00
committed by GitHub
parent 52ccab8fc0
commit 4f50571b53
3 changed files with 49 additions and 49 deletions

View File

@@ -6,9 +6,9 @@ authors = [
]
license = { file = "LICENSE" }
dependencies = [
"fastapi==0.118.0",
"fastapi==0.123.0",
"uvicorn[standard]==0.37.0",
"pydantic==2.11.9",
"pydantic==2.12.5",
"python-multipart==0.0.20",
"itsdangerous==2.2.0",
@@ -25,14 +25,14 @@ dependencies = [
"async-timeout",
"aiocache",
"aiofiles",
"starlette-compress==1.6.0",
"starlette-compress==1.6.1",
"httpx[socks,http2,zstd,cli,brotli]==0.28.1",
"starsessions[redis]==2.2.1",
"sqlalchemy==2.0.38",
"alembic==1.14.0",
"peewee==3.18.1",
"peewee-migrate==1.12.2",
"alembic==1.17.2",
"peewee==3.18.3",
"peewee-migrate==1.14.3",
"pycrdt==0.12.25",
"redis",
@@ -41,10 +41,10 @@ dependencies = [
"RestrictedPython==8.0",
"loguru==0.7.3",
"asgiref==3.8.1",
"asgiref==3.11.0",
"tiktoken",
"mcp==1.21.2",
"mcp==1.22.0",
"openai",
"anthropic",
@@ -58,7 +58,7 @@ dependencies = [
"chromadb==1.0.20",
"opensearch-py==2.8.0",
"PyMySQL==1.1.1",
"boto3==1.40.5",
"boto3==1.41.5",
"transformers==4.57.3",
"sentence-transformers==5.1.2",
@@ -66,18 +66,18 @@ dependencies = [
"pyarrow==20.0.0",
"einops==0.8.1",
"ftfy==6.2.3",
"ftfy==6.3.1",
"chardet==5.2.0",
"pypdf==6.4.0",
"fpdf2==2.8.2",
"pymdown-extensions==10.14.2",
"pymdown-extensions==10.17.2",
"docx2txt==0.8",
"python-pptx==1.0.2",
"unstructured==0.18.18",
"unstructured==0.18.21",
"msoffcrypto-tool==5.4.2",
"nltk==3.9.1",
"Markdown==3.9",
"pypandoc==1.15",
"Markdown==3.10",
"pypandoc==1.16.2",
"pandas==2.2.3",
"openpyxl==3.1.5",
"pyxlsb==1.0.10",
@@ -96,18 +96,18 @@ dependencies = [
"onnxruntime==1.20.1",
"faster-whisper==1.1.1",
"black==25.9.0",
"black==25.11.0",
"youtube-transcript-api==1.2.2",
"pytube==15.0.0",
"pydub",
"ddgs==9.0.0",
"ddgs==9.9.2",
"google-api-python-client",
"google-auth-httplib2",
"google-auth-oauthlib",
"googleapis-common-protos==1.70.0",
"googleapis-common-protos==1.72.0",
"google-cloud-storage==2.19.0",
"azure-identity==1.25.0",
@@ -142,8 +142,8 @@ all = [
"gcp-storage-emulator>=2024.8.3",
"docker~=7.1.0",
"pytest~=8.3.2",
"pytest-docker~=3.1.1",
"playwright==1.49.1",
"pytest-docker~=3.2.5",
"playwright==1.56.0",
"elasticsearch==9.1.0",
"qdrant-client==1.14.3",
@@ -153,7 +153,7 @@ all = [
"oracledb==3.2.0",
"colbert-ai==0.2.21",
"firecrawl-py==4.5.0",
"firecrawl-py==4.10.0",
"azure-search-documents==11.6.0",
]