fastapi>=0.110
uvicorn[standard]>=0.29
redis>=5
pydantic>=2
httpx>=0.27
cryptography>=42
asyncpg>=0.29
sqlalchemy[asyncio]>=2
alembic>=1.13

[dev]
pytest>=8
pytest-asyncio>=0.24
ruff>=0.4
