chore: requirements bump

This commit is contained in:
Timothy Jaeryang Baek 2024-11-19 14:05:00 -08:00
parent d8c5262161
commit 83f0ab3e10

View File

@ -9,7 +9,7 @@ dependencies = [
"fastapi==0.111.0",
"uvicorn[standard]==0.30.6",
"pydantic==2.9.2",
"python-multipart==0.0.9",
"python-multipart==0.0.17",
"Flask==3.0.3",
"Flask-Cors==5.0.0",
@ -28,12 +28,13 @@ dependencies = [
"peewee==3.17.6",
"peewee-migrate==1.12.2",
"psycopg2-binary==2.9.9",
"pgvector==0.3.5",
"PyMySQL==1.1.1",
"bcrypt==4.2.0",
"pymongo",
"redis",
"boto3==1.35.0",
"boto3==1.35.53",
"argon2-cffi==23.1.0",
"APScheduler==3.10.4",
@ -43,13 +44,14 @@ dependencies = [
"google-generativeai==0.7.2",
"tiktoken",
"langchain==0.3.0",
"langchain-community==0.2.12",
"langchain==0.3.5",
"langchain-community==0.3.3",
"langchain-chroma==0.1.4",
"fake-useragent==1.5.1",
"chromadb==0.5.9",
"pymilvus==2.4.7",
"chromadb==0.5.15",
"pymilvus==2.4.9",
"qdrant-client~=1.12.0",
"opensearch-py==2.7.1",
"sentence-transformers==3.2.0",
@ -97,7 +99,9 @@ dependencies = [
"pytest~=8.3.2",
"pytest-docker~=3.1.1",
"googleapis-common-protos==1.63.2"
"googleapis-common-protos==1.63.2",
"ldap3==2.9.1"
]
readme = "README.md"
requires-python = ">= 3.11, < 3.12.0a1"