feat: типизация для tortoise ORM

This commit is contained in:
Artem Tsyrulnikov
2025-12-11 12:01:20 +03:00
parent 0f0de396e1
commit 02729ce81b
17 changed files with 181 additions and 263 deletions

View File

@@ -17,6 +17,7 @@ dependencies = [
"python-multipart>=0.0.20",
"sqlalchemy[asyncio]>=2.0.38",
"tortoise-orm>=0.25.1",
"tortoise-orm-stubs>=1.0.2",
"uvicorn>=0.38.0",
]