mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-11 17:47:44 -05:00
dep bump (#20735)
This commit is contained in:
@@ -31,8 +31,8 @@ dependencies = [
|
||||
"python-mimeparse==2.0.0",
|
||||
|
||||
"sqlalchemy==2.0.45",
|
||||
"alembic==1.17.2",
|
||||
"peewee==3.18.3",
|
||||
"alembic==1.18.1",
|
||||
"peewee==3.19.0",
|
||||
"peewee-migrate==1.14.3",
|
||||
|
||||
"pycrdt==0.12.44",
|
||||
@@ -49,20 +49,20 @@ dependencies = [
|
||||
|
||||
"openai",
|
||||
"anthropic",
|
||||
"google-genai==1.56.0",
|
||||
"google-genai==1.59.0",
|
||||
|
||||
"langchain==1.2.0",
|
||||
"langchain==1.2.4",
|
||||
"langchain-community==0.4.1",
|
||||
"langchain-classic==1.0.1",
|
||||
"langchain-text-splitters==1.1.0",
|
||||
|
||||
"fake-useragent==2.2.0",
|
||||
"chromadb==1.4.0",
|
||||
"chromadb==1.4.1",
|
||||
"opensearch-py==3.1.0",
|
||||
"PyMySQL==1.1.2",
|
||||
"boto3==1.42.21",
|
||||
"boto3==1.42.29",
|
||||
|
||||
"transformers==4.57.3",
|
||||
"transformers==4.57.6",
|
||||
"sentence-transformers==5.2.0",
|
||||
"accelerate",
|
||||
"pyarrow==20.0.0", # fix: pin pyarrow version to 20 for rpi compatibility #15897
|
||||
@@ -70,12 +70,12 @@ dependencies = [
|
||||
|
||||
"ftfy==6.3.1",
|
||||
"chardet==5.2.0",
|
||||
"pypdf==6.5.0",
|
||||
"pypdf==6.6.0",
|
||||
"fpdf2==2.8.5",
|
||||
"pymdown-extensions==10.20",
|
||||
"docx2txt==0.9",
|
||||
"python-pptx==1.0.2",
|
||||
"unstructured==0.18.24",
|
||||
"unstructured==0.18.27",
|
||||
"msoffcrypto-tool==5.4.2",
|
||||
"nltk==3.9.2",
|
||||
"Markdown==3.10",
|
||||
@@ -110,10 +110,10 @@ dependencies = [
|
||||
"google-auth-oauthlib",
|
||||
|
||||
"googleapis-common-protos==1.72.0",
|
||||
"google-cloud-storage==3.7.0",
|
||||
"google-cloud-storage==3.8.0",
|
||||
|
||||
"azure-identity==1.25.1",
|
||||
"azure-storage-blob==12.27.1",
|
||||
"azure-storage-blob==12.28.0",
|
||||
|
||||
"ldap3==2.9.1",
|
||||
]
|
||||
@@ -156,7 +156,7 @@ all = [
|
||||
"oracledb==3.4.1",
|
||||
"colbert-ai==0.2.22",
|
||||
|
||||
"firecrawl-py==4.12.0",
|
||||
"firecrawl-py==4.13.0",
|
||||
"azure-search-documents==11.6.0",
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user