Skip to content

chore(deps): Bump huggingface-hub from 1.21.0 to 1.24.0#166

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/uv/huggingface-hub-1.24.0
Jul 18, 2026
Merged

chore(deps): Bump huggingface-hub from 1.21.0 to 1.24.0#166
github-actions[bot] merged 1 commit into
mainfrom
dependabot/uv/huggingface-hub-1.24.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 18, 2026

Copy link
Copy Markdown
Contributor

Bumps huggingface-hub from 1.21.0 to 1.24.0.

Release notes

Sourced from huggingface-hub's releases.

[v1.24.0] Name your Jobs! (and download fixes)

📊 Name your Jobs!

Jobs on the Hub now support an optional --name flag on the CLI and a name parameter on the Python API (run_job, run_uv_job, create_scheduled_job, create_scheduled_uv_job). Names are stored as the name label and make Jobs easier to find and identify in the UI. You can also name an existing Job using hf jobs labels <job_id> --name my-job. Names are optional and do not need to be unique.

# Create a named Job
hf jobs run --name training-v2 python:3.12 python train.py
Name an existing Job
hf jobs labels <job_id> --name training-v2
Named scheduled Job
hf jobs scheduled run @​hourly --name hourly-task python:3.12 python -c 'print("This runs every hour!")'

📚 Documentation: CLI guide, Jobs guide

📖 Documentation

The README has been completely refreshed to put the hf CLI first. The standalone installer (curl/PowerShell) and a terminal quick start — covering auth login, models ls, download, upload, and jobs run — now appear before the Python library section. A new For AI agents section introduces hf skills add for Codex, Cursor, OpenCode, Claude Code, and other AI tools. The Python content remains intact under the renamed Use the Python library heading, with refreshed example models and a corrected tagline ("The official CLI and Python client for the Hugging Face Hub").

🐛 Bug and typo fixes

  • [Download] Fix xet download rate: show summed, not per-file speed by @​rajatarya in #4530

🏗️ Internal

[v1.23.0] Space templates, CLI extension updates & smoother Xet downloads

🚀 Create Spaces from templates

You can now seed a new Space from one of the official Hub templates (JupyterLab, a Gradio chatbot, a Streamlit app, etc.) instead of starting from an empty repo. List what's available with the new list_space_templates() API or the hf spaces templates CLI command, then pass a template's repo_id (or its short name) to create_repo(..., space_template=...) or hf repos create --type space --template. The Space SDK is inferred from the template, and templates recommended as private (like JupyterLab) are created privately by default unless you explicitly choose a visibility.

# List available templates
$ hf spaces templates
NAME        REPO_ID                             SDK     PREFERRED_PRIVATE
----------- ----------------------------------- ------- -----------------
Streamlit   streamlit/streamlit-template-space  docker
JupyterLab  SpacesExamples/jupyterlab           docker  ✔
</tr></table> 

... (truncated)

Commits
  • 36fd32c Release: v1.24.0
  • 240dcf4 Release: v1.24.0.rc3
  • d43b771 Release: v1.24.0.rc2
  • 16e19c2 Release: v1.24.0.rc1
  • 2917e60 Release: v1.24.0.rc0
  • b2ae5b6 [Jobs] Add optional names to Jobs CLI and API (#4532)
  • dc5c540 CLI-first README: standalone installer and terminal quick start up top (#4527)
  • 74082b7 [Download] Fix xet download rate showing per-file speed instead of summed tot...
  • 91dc59a Bump the actions group with 4 updates (#4503)
  • 8a3189e [Docs] Fix HTTP client name in download docs (#4523)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Jul 18, 2026
@github-actions github-actions Bot added the ci label Jul 18, 2026
@github-actions
github-actions Bot enabled auto-merge (squash) July 18, 2026 13:43
@codecov

codecov Bot commented Jul 18, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@dependabot
dependabot Bot force-pushed the dependabot/uv/huggingface-hub-1.24.0 branch 2 times, most recently from c027e8c to 7a1f738 Compare July 18, 2026 13:50
Bumps [huggingface-hub](https://github.com/huggingface/huggingface_hub) from 1.21.0 to 1.24.0.
- [Release notes](https://github.com/huggingface/huggingface_hub/releases)
- [Commits](huggingface/huggingface_hub@v1.21.0...v1.24.0)

---
updated-dependencies:
- dependency-name: huggingface-hub
  dependency-version: 1.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/uv/huggingface-hub-1.24.0 branch from 7a1f738 to af18503 Compare July 18, 2026 13:54
@github-actions
github-actions Bot merged commit da113b6 into main Jul 18, 2026
6 checks passed
@dependabot
dependabot Bot deleted the dependabot/uv/huggingface-hub-1.24.0 branch July 18, 2026 13:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants