feat: Enhance user metrics retrieval by integrating Extraction model and updating related queries
Some checks failed
Backend CI / lint (push) Failing after 17s
Backend CI / test (push) Failing after 2m32s

This commit is contained in:
JSC
2025-10-04 13:45:36 +02:00
parent 95e166eefb
commit b66b8e36bb
4 changed files with 55 additions and 41 deletions

View File

@@ -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]