# Core
fastapi>=0.109.0
uvicorn[standard]>=0.27.0
pydantic>=2.5.0
pydantic-settings>=2.1.0

# SQL Parsing
sqlglot>=20.0.0

# BigQuery
google-cloud-bigquery>=3.14.0

# Cache (optional)
redis>=5.0.0

# Testing
pytest>=7.4.0
pytest-asyncio>=0.23.0
httpx>=0.26.0

# Dev
python-dotenv>=1.0.0
