# Core dependencies
fastapi>=0.104.0
uvicorn[standard]>=0.24.0
pydantic>=2.0

# Development
pytest>=7.4
pytest-asyncio>=0.21
pytest-cov>=4.1
black>=23.0
ruff>=0.1
mypy>=1.0

# Optional
httpx>=0.25.0
