mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
chore: pyproject bump
This commit is contained in:
parent
d7e9b0828b
commit
9a145c591f
1 changed files with 7 additions and 5 deletions
|
|
@ -17,7 +17,7 @@ dependencies = [
|
||||||
"cryptography",
|
"cryptography",
|
||||||
|
|
||||||
"requests==2.32.4",
|
"requests==2.32.4",
|
||||||
"aiohttp==3.11.11",
|
"aiohttp==3.12.15",
|
||||||
"async-timeout",
|
"async-timeout",
|
||||||
"aiocache",
|
"aiocache",
|
||||||
"aiofiles",
|
"aiofiles",
|
||||||
|
|
@ -50,14 +50,14 @@ dependencies = [
|
||||||
|
|
||||||
"openai",
|
"openai",
|
||||||
"anthropic",
|
"anthropic",
|
||||||
"google-genai==1.15.0",
|
"google-genai==1.28.0",
|
||||||
"google-generativeai==0.8.5",
|
"google-generativeai==0.8.5",
|
||||||
"tiktoken",
|
"tiktoken",
|
||||||
|
|
||||||
"langchain==0.3.26",
|
"langchain==0.3.26",
|
||||||
"langchain-community==0.3.26",
|
"langchain-community==0.3.26",
|
||||||
|
|
||||||
"fake-useragent==2.1.0",
|
"fake-useragent==2.2.0",
|
||||||
"chromadb==0.6.3",
|
"chromadb==0.6.3",
|
||||||
"pymilvus==2.5.0",
|
"pymilvus==2.5.0",
|
||||||
"qdrant-client==1.14.3",
|
"qdrant-client==1.14.3",
|
||||||
|
|
@ -65,11 +65,13 @@ dependencies = [
|
||||||
"playwright==1.49.1",
|
"playwright==1.49.1",
|
||||||
"elasticsearch==9.0.1",
|
"elasticsearch==9.0.1",
|
||||||
"pinecone==6.0.2",
|
"pinecone==6.0.2",
|
||||||
|
"oracledb==3.2.0",
|
||||||
|
|
||||||
"transformers",
|
"transformers",
|
||||||
"sentence-transformers==4.1.0",
|
"sentence-transformers==4.1.0",
|
||||||
"accelerate",
|
"accelerate",
|
||||||
"colbert-ai==0.2.21",
|
"colbert-ai==0.2.21",
|
||||||
|
"pyarrow==20.0.0",
|
||||||
"einops==0.8.1",
|
"einops==0.8.1",
|
||||||
|
|
||||||
"ftfy==6.2.3",
|
"ftfy==6.2.3",
|
||||||
|
|
@ -80,7 +82,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.7",
|
"Markdown==3.8.2",
|
||||||
"pypandoc==1.15",
|
"pypandoc==1.15",
|
||||||
"pandas==2.2.3",
|
"pandas==2.2.3",
|
||||||
"openpyxl==3.1.5",
|
"openpyxl==3.1.5",
|
||||||
|
|
@ -102,7 +104,7 @@ dependencies = [
|
||||||
"faster-whisper==1.1.1",
|
"faster-whisper==1.1.1",
|
||||||
|
|
||||||
"PyJWT[crypto]==2.10.1",
|
"PyJWT[crypto]==2.10.1",
|
||||||
"authlib==1.4.1",
|
"authlib==1.6.1",
|
||||||
|
|
||||||
"black==25.1.0",
|
"black==25.1.0",
|
||||||
"langfuse==2.44.0",
|
"langfuse==2.44.0",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue