Skip to content

Build: Bump huggingface-hub from 1.3.4 to 1.15.0#116

Open
dependabot[bot] wants to merge 1 commit into
li-0.11from
dependabot/uv/huggingface-hub-1.15.0
Open

Build: Bump huggingface-hub from 1.3.4 to 1.15.0#116
dependabot[bot] wants to merge 1 commit into
li-0.11from
dependabot/uv/huggingface-hub-1.15.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 21, 2026

Bumps huggingface-hub from 1.3.4 to 1.15.0.

Release notes

Sourced from huggingface-hub's releases.

[v1.15.0] Region-aware buckets & repos, hf skills list, polished CLI help and more

🌍 Pick a region when creating buckets and repos

create_bucket and create_repo now accept an optional region argument ("us" or "eu") so you can pin a new bucket or repo to a specific cloud region at creation time. The same option is exposed on the CLI via a --region flag on hf buckets create and hf repos create.

>>> from huggingface_hub import create_bucket, create_repo
>>> create_bucket("my-bucket", region="us")
>>> create_repo("my-model", region="eu")
$ hf buckets create my-bucket --region us
$ hf repos create username/my-model --region eu
  • [Bucket/Repo] Support 'region' option in create_bucket and create_repo by @​Wauplin in #4194

🧩 Discover marketplace skills with hf skills list

A new hf skills list (alias ls) command lists every skill available in the Hugging Face marketplace and shows whether each one is already installed in the four supported locations (project, global, project Claude, global Claude). Handy when you want to check what's installable and what you've already got before running hf skills add.

$ hf skills ls
NAME                        DESCRIPTION                         PROJECT PROJECT (CLAUDE) GLOBAL GLOBAL (CLAUDE)
--------------------------- ----------------------------------- ------- ---------------- ------ ---------------
hf-cli                      Execute Hugging Face Hub operati...     yes              yes    yes             yes                                

🎨 Polished --help output with ANSI styling

hf --help and every subcommand now render with underlined section headings and bold option/command names, making the help screens much easier to scan in a terminal. The new styling is automatically disabled when NO_COLOR is set or when the CLI detects it's running under an AI agent, so script and agent output stays clean.

🖥️ CLI

  • [CLI] Check Homebrew registry for updates when installed via brew by @​Wauplin in #4204hf update no longer suggests a version that isn't on brew yet for Homebrew installs.
  • [CLI] No traceback on LocalEntryNotFoundError by @​Wauplin in #4190 — offline/cache-miss errors now print a clean message instead of a Python traceback (set HF_DEBUG=1 for the full stack).

🐛 Bug and typo fixes

📖 Documentation

... (truncated)

Commits
  • bb6d939 Release: v1.15.0
  • 69413ea Release: v1.15.0.rc0
  • dee4964 Make HF_HUB_ENABLE_HF_TRANSFER deprecation warning visible to users (#4220)
  • 7023faf [docs] Drop duplicated Key Features list from hf jobs CLI section (#4222)
  • 1f57da2 Only sync skill if SKILL.md has changed (#4210)
  • 9c05199 Fix hint message to use 'hf skills update' (#4206)
  • 230c624 [CLI] No traceback on LocalEntryNotFoundError (#4190)
  • 3d85543 [CLI] Add hf skills list command (#4180)
  • 04195e0 [CLI] Pretty-print --help with ANSI styling (#4192)
  • 0c75ef9 [CLI] Check Homebrew registry for updates when installed via brew (#4204)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [huggingface-hub](https://github.com/huggingface/huggingface_hub) from 1.3.4 to 1.15.0.
- [Release notes](https://github.com/huggingface/huggingface_hub/releases)
- [Commits](huggingface/huggingface_hub@v1.3.4...v1.15.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels May 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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