# FastAPI and dependencies for mock vendor API
fastapi>=0.115.6
uvicorn>=0.34.0

# Circuit breaker for SDK (required by buffering/exporters.py)
pybreaker>=1.4.1

# MCA SDK with vendor integration support (includes requests)
# Install from PyPI
mca-sdk[vendor]>=0.8.14
