mirror of
https://github.com/open-webui/open-webui.git
synced 2026-01-02 14:45:18 +00:00
chore: dep bump (#20012)
* Update requirements-min.txt * Update pyproject.toml * Update requirements.txt * Update pyproject.toml * Update requirements.txt * Update requirements-min.txt
This commit is contained in:
parent
3d5aaa9ead
commit
cd170735c5
3 changed files with 24 additions and 24 deletions
|
|
@ -1,13 +1,13 @@
|
|||
# Minimal requirements for backend to run
|
||||
# WIP: use this as a reference to build a minimal docker image
|
||||
|
||||
fastapi==0.124.4
|
||||
fastapi==0.125.0
|
||||
uvicorn[standard]==0.37.0
|
||||
pydantic==2.12.5
|
||||
python-multipart==0.0.20
|
||||
python-multipart==0.0.21
|
||||
itsdangerous==2.2.0
|
||||
|
||||
python-socketio==5.15.0
|
||||
python-socketio==5.15.1
|
||||
python-jose==3.5.0
|
||||
cryptography
|
||||
bcrypt==5.0.0
|
||||
|
|
@ -38,7 +38,7 @@ RestrictedPython==8.1
|
|||
loguru==0.7.3
|
||||
asgiref==3.11.0
|
||||
|
||||
mcp==1.23.1
|
||||
mcp==1.25.0
|
||||
openai
|
||||
|
||||
langchain==0.3.27
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
fastapi==0.124.4
|
||||
fastapi==0.125.0
|
||||
uvicorn[standard]==0.37.0
|
||||
pydantic==2.12.5
|
||||
python-multipart==0.0.20
|
||||
python-multipart==0.0.21
|
||||
itsdangerous==2.2.0
|
||||
|
||||
python-socketio==5.15.0
|
||||
python-socketio==5.15.1
|
||||
python-jose==3.5.0
|
||||
cryptography
|
||||
bcrypt==5.0.0
|
||||
|
|
@ -38,19 +38,19 @@ asgiref==3.11.0
|
|||
|
||||
# AI libraries
|
||||
tiktoken
|
||||
mcp==1.24.0
|
||||
mcp==1.25.0
|
||||
|
||||
openai
|
||||
anthropic
|
||||
google-genai==1.55.0
|
||||
google-generativeai==0.8.5
|
||||
google-genai==1.56.0
|
||||
google-generativeai==0.8.6
|
||||
|
||||
langchain==0.3.27
|
||||
langchain-community==0.3.29
|
||||
|
||||
fake-useragent==2.2.0
|
||||
chromadb==1.3.7
|
||||
weaviate-client==4.18.3
|
||||
weaviate-client==4.19.0
|
||||
opensearch-py==3.1.0
|
||||
|
||||
transformers==4.57.3
|
||||
|
|
@ -93,7 +93,7 @@ youtube-transcript-api==1.2.3
|
|||
pytube==15.0.0
|
||||
|
||||
pydub
|
||||
ddgs==9.9.3
|
||||
ddgs==9.10.0
|
||||
|
||||
azure-ai-documentintelligence==1.0.2
|
||||
azure-identity==1.25.1
|
||||
|
|
@ -114,7 +114,7 @@ psycopg2-binary==2.9.11
|
|||
pgvector==0.4.2
|
||||
|
||||
PyMySQL==1.1.2
|
||||
boto3==1.42.9
|
||||
boto3==1.42.13
|
||||
|
||||
pymilvus==2.6.5
|
||||
qdrant-client==1.16.2
|
||||
|
|
@ -137,7 +137,7 @@ pytest-docker~=3.2.5
|
|||
ldap3==2.9.1
|
||||
|
||||
## Firecrawl
|
||||
firecrawl-py==4.11.0
|
||||
firecrawl-py==4.12.0
|
||||
|
||||
## Trace
|
||||
opentelemetry-api==1.39.1
|
||||
|
|
|
|||
|
|
@ -6,13 +6,13 @@ authors = [
|
|||
]
|
||||
license = { file = "LICENSE" }
|
||||
dependencies = [
|
||||
"fastapi==0.124.4",
|
||||
"fastapi==0.125.0",
|
||||
"uvicorn[standard]==0.37.0",
|
||||
"pydantic==2.12.5",
|
||||
"python-multipart==0.0.20",
|
||||
"python-multipart==0.0.21",
|
||||
"itsdangerous==2.2.0",
|
||||
|
||||
"python-socketio==5.15.0",
|
||||
"python-socketio==5.15.1",
|
||||
"python-jose==3.5.0",
|
||||
"cryptography",
|
||||
"bcrypt==5.0.0",
|
||||
|
|
@ -45,12 +45,12 @@ dependencies = [
|
|||
"asgiref==3.11.0",
|
||||
|
||||
"tiktoken",
|
||||
"mcp==1.24.0",
|
||||
"mcp==1.25.0",
|
||||
|
||||
"openai",
|
||||
"anthropic",
|
||||
"google-genai==1.55.0",
|
||||
"google-generativeai==0.8.5",
|
||||
"google-genai==1.56.0",
|
||||
"google-generativeai==0.8.6",
|
||||
|
||||
"langchain==0.3.27",
|
||||
"langchain-community==0.3.29",
|
||||
|
|
@ -59,7 +59,7 @@ dependencies = [
|
|||
"chromadb==1.3.7",
|
||||
"opensearch-py==3.1.0",
|
||||
"PyMySQL==1.1.2",
|
||||
"boto3==1.42.9",
|
||||
"boto3==1.42.13",
|
||||
|
||||
"transformers==4.57.3",
|
||||
"sentence-transformers==5.2.0",
|
||||
|
|
@ -102,7 +102,7 @@ dependencies = [
|
|||
"pytube==15.0.0",
|
||||
|
||||
"pydub",
|
||||
"ddgs==9.9.3",
|
||||
"ddgs==9.10.0",
|
||||
|
||||
"google-api-python-client",
|
||||
"google-auth-httplib2",
|
||||
|
|
@ -149,13 +149,13 @@ all = [
|
|||
|
||||
"qdrant-client==1.16.2",
|
||||
"pymilvus==2.6.4",
|
||||
"weaviate-client==4.18.3",
|
||||
"weaviate-client==4.19.0",
|
||||
"pymilvus==2.6.5",
|
||||
"pinecone==6.0.2",
|
||||
"oracledb==3.4.1",
|
||||
"colbert-ai==0.2.22",
|
||||
|
||||
"firecrawl-py==4.11.0",
|
||||
"firecrawl-py==4.12.0",
|
||||
"azure-search-documents==11.6.0",
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue