chore: upgrade hf hub dependency

# What does this PR do?


## Test Plan
This commit is contained in:
Eric Huang 2025-06-20 15:34:40 -07:00
parent 23b7dc7b37
commit ce1189f457
3 changed files with 24 additions and 6 deletions

View file

@ -25,7 +25,7 @@ dependencies = [
"fastapi>=0.115.0,<1.0",
"fire",
"httpx",
"huggingface-hub",
"huggingface-hub>=0.30.0,<1.0",
"jinja2>=3.1.6",
"jsonschema",
"llama-stack-client>=0.2.12",