# llm-async x cloud-run dependencies. FastAPI + Uvicorn is the Cloud Run
# reference stack; async openai is the LLM client. httpx pinned for the
# vendor-agnostic path.
mca-sdk>=0.10.0

fastapi>=0.110
uvicorn[standard]>=0.29
pydantic>=2.6

openai>=1.30
httpx>=0.27
