feat: Enhance user metrics retrieval by integrating Extraction model and updating related queries
This commit is contained in:
@@ -10,13 +10,13 @@ dependencies = [
|
||||
"apscheduler==3.11.0",
|
||||
"bcrypt==5.0.0",
|
||||
"email-validator==2.3.0",
|
||||
"fastapi[standard]==0.117.1",
|
||||
"fastapi[standard]==0.118.0",
|
||||
"ffmpeg-python==0.2.0",
|
||||
"gtts==2.5.4",
|
||||
"httpx==0.28.1",
|
||||
"pydantic-settings==2.11.0",
|
||||
"pyjwt==2.10.1",
|
||||
"python-socketio==5.13.0",
|
||||
"python-socketio==5.14.1",
|
||||
"pytz==2025.2",
|
||||
"python-vlc==3.0.21203",
|
||||
"sqlmodel==0.0.25",
|
||||
@@ -36,7 +36,7 @@ dev-dependencies = [
|
||||
"mypy==1.18.2",
|
||||
"pytest==8.4.2",
|
||||
"pytest-asyncio==1.2.0",
|
||||
"ruff==0.13.2",
|
||||
"ruff==0.13.3",
|
||||
]
|
||||
|
||||
[tool.mypy]
|
||||
|
||||
Reference in New Issue
Block a user