mirror of
https://github.com/open-webui/open-webui.git
synced 2026-06-14 03:30:25 +00:00
chore: dep bump (#19937)
* Update requirements.txt * Update requirements-min.txt * Update pyproject.toml
This commit is contained in:
+11
-11
@@ -6,7 +6,7 @@ authors = [
|
||||
]
|
||||
license = { file = "LICENSE" }
|
||||
dependencies = [
|
||||
"fastapi==0.124.0",
|
||||
"fastapi==0.124.4",
|
||||
"uvicorn[standard]==0.37.0",
|
||||
"pydantic==2.12.5",
|
||||
"python-multipart==0.0.20",
|
||||
@@ -18,7 +18,7 @@ dependencies = [
|
||||
"bcrypt==5.0.0",
|
||||
"argon2-cffi==25.1.0",
|
||||
"PyJWT[crypto]==2.10.1",
|
||||
"authlib==1.6.5",
|
||||
"authlib==1.6.6",
|
||||
|
||||
"requests==2.32.5",
|
||||
"aiohttp==3.13.2",
|
||||
@@ -30,7 +30,7 @@ dependencies = [
|
||||
"starsessions[redis]==2.2.1",
|
||||
"python-mimeparse==2.0.0",
|
||||
|
||||
"sqlalchemy==2.0.44",
|
||||
"sqlalchemy==2.0.45",
|
||||
"alembic==1.17.2",
|
||||
"peewee==3.18.3",
|
||||
"peewee-migrate==1.14.3",
|
||||
@@ -45,24 +45,24 @@ dependencies = [
|
||||
"asgiref==3.11.0",
|
||||
|
||||
"tiktoken",
|
||||
"mcp==1.23.3",
|
||||
"mcp==1.24.0",
|
||||
|
||||
"openai",
|
||||
"anthropic",
|
||||
"google-genai==1.54.0",
|
||||
"google-genai==1.55.0",
|
||||
"google-generativeai==0.8.5",
|
||||
|
||||
"langchain==0.3.27",
|
||||
"langchain-community==0.3.29",
|
||||
|
||||
"fake-useragent==2.2.0",
|
||||
"chromadb==1.3.5",
|
||||
"chromadb==1.3.7",
|
||||
"opensearch-py==3.1.0",
|
||||
"PyMySQL==1.1.2",
|
||||
"boto3==1.42.5",
|
||||
"boto3==1.42.9",
|
||||
|
||||
"transformers==4.57.3",
|
||||
"sentence-transformers==5.1.2",
|
||||
"sentence-transformers==5.2.0",
|
||||
"accelerate",
|
||||
"pyarrow==20.0.0", # fix: pin pyarrow version to 20 for rpi compatibility #15897
|
||||
"einops==0.8.1",
|
||||
@@ -71,7 +71,7 @@ dependencies = [
|
||||
"chardet==5.2.0",
|
||||
"pypdf==6.4.1",
|
||||
"fpdf2==2.8.5",
|
||||
"pymdown-extensions==10.18",
|
||||
"pymdown-extensions==10.19",
|
||||
"docx2txt==0.9",
|
||||
"python-pptx==1.0.2",
|
||||
"unstructured==0.18.21",
|
||||
@@ -147,7 +147,7 @@ all = [
|
||||
"playwright==1.57.0", # Caution: version must match docker-compose.playwright.yaml - Update the docker-compose.yaml if necessary
|
||||
"elasticsearch==9.2.0",
|
||||
|
||||
"qdrant-client==1.16.1",
|
||||
"qdrant-client==1.16.2",
|
||||
"pymilvus==2.6.4",
|
||||
"weaviate-client==4.18.3",
|
||||
"pymilvus==2.6.5",
|
||||
@@ -155,7 +155,7 @@ all = [
|
||||
"oracledb==3.4.1",
|
||||
"colbert-ai==0.2.22",
|
||||
|
||||
"firecrawl-py==4.10.4",
|
||||
"firecrawl-py==4.10.5",
|
||||
"azure-search-documents==11.6.0",
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user