. ├── alembic/ # Database migrations ├── app/ # Application code │ ├── api/ # API routes │ │ └── v1/ # API version 1 │ │ ├── endpoints/ # API endpoints │ │ └── api.py # API router │ ├── core/ # Core ...
Python 3.10 or higher (supports 3.10, 3.11, 3.12, 3.13, 3.14) SQLAlchemy >= 1.4 ...