chore: update python dependencies

This commit is contained in:
Jun Siang Cheah
2024-05-22 09:50:22 +01:00
parent dcae813d05
commit 1aebf88069
4 changed files with 121 additions and 99 deletions

View File

@@ -6,44 +6,44 @@ authors = [
]
license = { file = "LICENSE" }
dependencies = [
"fastapi==0.109.2",
"fastapi==0.111.0",
"uvicorn[standard]==0.22.0",
"pydantic==2.7.1",
"python-multipart==0.0.9",
"Flask==3.0.3",
"Flask-Cors==4.0.0",
"Flask-Cors==4.0.1",
"python-socketio==5.11.2",
"python-jose==3.3.0",
"passlib[bcrypt]==1.7.4",
"requests==2.31.0",
"requests==2.32.2",
"aiohttp==3.9.5",
"peewee==3.17.3",
"peewee==3.17.5",
"peewee-migrate==1.12.2",
"psycopg2-binary==2.9.9",
"PyMySQL==1.1.0",
"bcrypt==4.1.2",
"bcrypt==4.1.3",
"litellm[proxy]==1.35.28",
"litellm[proxy]==1.37.20",
"boto3==1.34.95",
"boto3==1.34.110",
"argon2-cffi==23.1.0",
"APScheduler==3.10.4",
"google-generativeai==0.5.2",
"google-generativeai==0.5.4",
"langchain==0.1.16",
"langchain-community==0.0.34",
"langchain-chroma==0.1.0",
"langchain==0.2.0",
"langchain-community==0.2.0",
"langchain-chroma==0.1.1",
"fake-useragent==1.5.1",
"chromadb==0.4.24",
"chromadb==0.5.0",
"sentence-transformers==2.7.0",
"pypdf==4.2.0",
"docx2txt==0.8",
"unstructured==0.11.8",
"unstructured==0.14.0",
"Markdown==3.6",
"pypandoc==1.13",
"pandas==2.2.2",
@@ -53,19 +53,19 @@ dependencies = [
"validators==0.28.1",
"opencv-python-headless==4.9.0.80",
"rapidocr-onnxruntime==1.2.3",
"rapidocr-onnxruntime==1.3.22",
"fpdf2==2.7.8",
"fpdf2==2.7.9",
"rank-bm25==0.2.2",
"faster-whisper==1.0.1",
"faster-whisper==1.0.2",
"PyJWT[crypto]==2.8.0",
"black==24.4.2",
"langfuse==2.27.3",
"langfuse==2.33.0",
"youtube-transcript-api==0.6.2",
"pytube",
"pytube==15.0.0",
]
readme = "README.md"
requires-python = ">= 3.11, < 3.12.0a1"