fastapi>=0.115
uvicorn[standard]>=0.30
pydantic>=2.5
pydantic-settings>=2.1
asyncpg>=0.29
httpx>=0.27
opentelemetry-api>=1.24
opentelemetry-sdk>=1.24

[dev]
pytest>=8
pytest-cov>=5
pytest-asyncio>=0.24
httpx>=0.27
ruff>=0.9
mypy>=1.13
