# llm-async x script dependencies. Async batch fan-out over OpenAI's async
# client. httpx is transitively installed by openai>=1.30; listed explicitly
# so the vendor-agnostic path (AsyncClient) works without openai.
mca-sdk>=0.10.0

openai>=1.30
httpx>=0.27
