| # Core dependencies (compatible with Python 3.11+) | |
| fastapi==0.115.0 | |
| uvicorn[standard]==0.32.0 | |
| pydantic==2.10.0 | |
| pydantic-settings==2.6.0 | |
| httpx==0.27.0 | |
| python-multipart==0.0.12 | |
| python-dotenv==1.0.1 | |
| # Testing dependencies | |
| pytest==8.3.0 | |
| pytest-asyncio==0.24.0 | |
| pytest-cov==6.0.0 | |
| pytest-mock==3.14.0 | |
| hypothesis==6.122.0 | |
| # Development dependencies | |
| black==24.10.0 | |
| flake8==7.1.0 | |
| mypy==1.13.0 | |