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 aiofiles
starlette-compress==1.6.0 starlette-compress==1.6.0
sqlalchemy==2.0.38 sqlalchemy==2.0.38
alembic==1.14.0 alembic==1.14.0
peewee==3.18.1 peewee==3.18.1

View File

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