# Minimal runtime dependencies for service.py's hosted deployment.
# Deliberately has zero dependency on the `inferrail` package itself --
# see service.py's own docstring for why.
fastapi==0.141.1
uvicorn==0.52.4
pydantic==2.13.5
