chore: bump

This commit is contained in:
Timothy Jaeryang Baek 2025-03-01 07:57:08 -08:00
parent efe8c4ca69
commit 2b025b267a
2 changed files with 7 additions and 7 deletions

View File

@ -41,7 +41,7 @@ google-generativeai==0.7.2
tiktoken
langchain==0.3.7
langchain-community==0.3.7
langchain-community==0.3.18
fake-useragent==1.5.1
chromadb==0.6.2

View File

@ -7,7 +7,7 @@ authors = [
license = { file = "LICENSE" }
dependencies = [
"fastapi==0.115.7",
"uvicorn[standard]==0.30.6",
"uvicorn[standard]==0.34.0",
"pydantic==2.10.6",
"python-multipart==0.0.18",
@ -21,14 +21,14 @@ dependencies = [
"aiocache",
"aiofiles",
"sqlalchemy==2.0.32",
"sqlalchemy==2.0.38",
"alembic==1.14.0",
"peewee==3.17.8",
"peewee==3.17.9",
"peewee-migrate==1.12.2",
"psycopg2-binary==2.9.9",
"pgvector==0.3.5",
"PyMySQL==1.1.1",
"bcrypt==4.2.0",
"bcrypt==4.3.0",
"pymongo",
"redis",
@ -49,7 +49,7 @@ dependencies = [
"tiktoken",
"langchain==0.3.7",
"langchain-community==0.3.7",
"langchain-community==0.3.18",
"fake-useragent==1.5.1",
"chromadb==0.6.2",
@ -92,7 +92,7 @@ dependencies = [
"PyJWT[crypto]==2.10.1",
"authlib==1.4.1",
"black==24.8.0",
"black==25.1.0",
"langfuse==2.44.0",
"youtube-transcript-api==0.6.3",
"pytube==15.0.0",