# Hugging Face Space runtime dependencies.
#
# The agent-generator line is rewritten by the deploy workflow
# (.github/workflows/hf-space.yml) so the Space always tracks the
# commit that triggered the deploy. The literal value here is the
# fallback used for local `docker build hf/` reproductions.

agent-generator @ git+https://github.com/ruslanmv/agent-generator@master

fastapi>=0.115,<0.117
uvicorn[standard]>=0.32,<0.34
pydantic>=2.9,<3
pydantic-settings>=2.6,<3
httpx>=0.27,<0.29
python-multipart>=0.0.18
pyyaml>=6.0,<7

# Hugging Face publishing — the `/api/hf/*` route uses HfApi to
# create-or-update Spaces, upload files, and configure secrets.
huggingface_hub>=0.23,<1
