chore: bump

This commit is contained in:
Timothy Jaeryang Baek 2025-06-10 17:50:32 +04:00
parent c14160d73a
commit adab4dbf21
2 changed files with 4 additions and 6 deletions

View File

@ -14,7 +14,6 @@ aiocache
aiofiles
starlette-compress==1.6.0
sqlalchemy==2.0.38
alembic==1.14.0
peewee==3.18.1

View File

@ -7,7 +7,7 @@ authors = [
license = { file = "LICENSE" }
dependencies = [
"fastapi==0.115.7",
"uvicorn[standard]==0.34.0",
"uvicorn[standard]==0.34.2",
"pydantic==2.10.6",
"python-multipart==0.0.20",
@ -20,7 +20,6 @@ dependencies = [
"async-timeout",
"aiocache",
"aiofiles",
"starlette-compress==1.6.0",
"sqlalchemy==2.0.38",
@ -83,13 +82,13 @@ dependencies = [
"openpyxl==3.1.5",
"pyxlsb==1.0.10",
"xlrd==2.0.1",
"validators==0.34.0",
"validators==0.35.0",
"psutil",
"sentencepiece",
"soundfile==0.13.1",
"azure-ai-documentintelligence==1.0.0",
"azure-ai-documentintelligence==1.0.2",
"pillow==11.1.0",
"pillow==11.2.1",
"opencv-python-headless==4.11.0.86",
"rapidocr-onnxruntime==1.4.4",
"rank-bm25==0.2.2",