# Core dependencies
fastapi>=0.109.0
uvicorn[standard]>=0.27.0
litellm>=1.30.0
tiktoken>=0.6.0
pydantic>=2.5.0
pydantic-settings>=2.1.0
prometheus-client>=0.19.0
structlog>=24.1.0
tenacity>=8.2.0
httpx>=0.26.0
python-dotenv>=1.0.0

# Optional: Redis support
# redis>=5.0.0

# Development dependencies
pytest>=7.4.0
pytest-asyncio>=0.23.0
pytest-cov>=4.1.0
ruff>=0.1.0
mypy>=1.8.0
