feat: refactor route structure and update FastAPI configuration

This commit is contained in:
2025-08-05 18:44:38 +03:00
parent 0aabf51aca
commit 453930251b
9 changed files with 482 additions and 79 deletions

View File

@ -7,7 +7,7 @@ dependencies = [
"aiohttp[speedups]>=3.12.14",
"alembic>=1.16.4",
"asyncpg>=0.30.0",
"fastapi>=0.116.1",
"fastapi[standard]>=0.116.1",
"gunicorn>=23.0.0",
"orjson>=3.11.1",
"pydantic>=2.11.7",
@ -15,6 +15,8 @@ dependencies = [
"redis[hiredis]>=6.2.0",
"sqlalchemy[asyncio]>=2.0.41",
"uvicorn>=0.35.0",
"fastapi-endpoints @ git+https://github.com/vladNed/fastapi-endpoints.git@main"
]
[dependency-groups]