# llm-streaming x cloud-run requirements.
mca-sdk>=0.10.0
fastapi>=0.110
uvicorn[standard]>=0.29
pydantic>=2.0
httpx>=0.27  # required by fastapi.testclient in the smoke test

# Optional live provider. The entry point falls back to a stub stream when the
# openai package is not installed.
openai>=1.30
