chore: Update dependencies for fastapi, faker, sqlmodel, and uvicorn; add gtts and charset-normalizer packages
This commit is contained in:
@@ -10,16 +10,17 @@ dependencies = [
|
||||
"apscheduler==3.11.0",
|
||||
"bcrypt==4.3.0",
|
||||
"email-validator==2.3.0",
|
||||
"fastapi[standard]==0.116.1",
|
||||
"fastapi[standard]==0.117.1",
|
||||
"ffmpeg-python==0.2.0",
|
||||
"gtts==2.5.4",
|
||||
"httpx==0.28.1",
|
||||
"pydantic-settings==2.10.1",
|
||||
"pyjwt==2.10.1",
|
||||
"python-socketio==5.13.0",
|
||||
"pytz==2025.2",
|
||||
"python-vlc==3.0.21203",
|
||||
"sqlmodel==0.0.24",
|
||||
"uvicorn[standard]==0.35.0",
|
||||
"sqlmodel==0.0.25",
|
||||
"uvicorn[standard]==0.36.0",
|
||||
"yt-dlp==2025.9.5",
|
||||
"asyncpg==0.30.0",
|
||||
"psycopg[binary]==3.2.10",
|
||||
@@ -28,7 +29,7 @@ dependencies = [
|
||||
[tool.uv]
|
||||
dev-dependencies = [
|
||||
"coverage==7.10.6",
|
||||
"faker==37.6.0",
|
||||
"faker==37.8.0",
|
||||
"httpx==0.28.1",
|
||||
"mypy==1.18.1",
|
||||
"pytest==8.4.2",
|
||||
|
||||
Reference in New Issue
Block a user