chore: backend bump

This commit is contained in:
Timothy J. Baek
2024-08-21 15:47:03 +02:00
parent da1d5ad917
commit 1fc306acd0
3 changed files with 19 additions and 19 deletions

View File

@@ -7,7 +7,7 @@ authors = [
license = { file = "LICENSE" }
dependencies = [
"fastapi==0.111.0",
"uvicorn[standard]==0.22.0",
"uvicorn[standard]==0.30.6",
"pydantic==2.8.2",
"python-multipart==0.0.9",
@@ -21,17 +21,17 @@ dependencies = [
"requests==2.32.3",
"aiohttp==3.10.2",
"sqlalchemy==2.0.31",
"sqlalchemy==2.0.32",
"alembic==1.13.2",
"peewee==3.17.6",
"peewee-migrate==1.12.2",
"psycopg2-binary==2.9.9",
"PyMySQL==1.1.1",
"bcrypt==4.1.3",
"bcrypt==4.2.0",
"pymongo",
"redis",
"boto3==1.34.153",
"boto3==1.35.0",
"argon2-cffi==23.1.0",
"APScheduler==3.10.4",
@@ -67,7 +67,7 @@ dependencies = [
"fpdf2==2.7.9",
"rank-bm25==0.2.2",
"faster-whisper==1.0.2",
"faster-whisper==1.0.3",
"PyJWT[crypto]==2.9.0",
"authlib==1.3.1",