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