Skip to content

Build: Bump huggingface-hub from 1.5.0 to 1.6.0#3134

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/huggingface-hub-1.6.0
Open

Build: Bump huggingface-hub from 1.5.0 to 1.6.0#3134
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/huggingface-hub-1.6.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 9, 2026

Bumps huggingface-hub from 1.5.0 to 1.6.0.

Release notes

Sourced from huggingface-hub's releases.

[v1.6.0] New CLI commands, Bucket fsspec support, and more

This release brings significant new CLI commands for managing Spaces, Datasets, Discussions, and Webhooks, along with HfFileSystem support for Buckets and a CLI extension system.

🚀 New CLI commands

We've added several new CLI command groups to make interacting with the Hub even easier from your terminal.

New hf spaces dev-mode command

You can now enable or disable dev mode on Spaces directly from the CLI. When enabling dev mode, the command waits for the Space to be ready and prints connection instructions (web VSCode, SSH, local VSCode/Cursor). This makes iterating on Spaces much faster by allowing you to restart your application without stopping the Space container.

# Enable dev mode
hf spaces dev-mode username/my-space
Disable dev mode
hf spaces dev-mode username/my-space --stop

New hf discussions command group

You can now manage discussions and pull requests on the Hub directly from the CLI. This includes listing, viewing, creating, commenting on, closing, reopening, renaming, and merging discussions and PRs.

# List open discussions and PRs on a repo
hf discussions list username/my-model
Create a new discussion
hf discussions create username/my-model --title "Feature request" --body "Description"
Create a pull request
hf discussions create username/my-model --title "Fix bug" --pull-request
Merge a pull request
hf discussions merge username/my-model 5 --yes

New hf webhooks command group

Full CLI support for managing Hub webhooks is now available. You can list, inspect, create, update, enable/disable, and delete webhooks directly from the terminal.

# List all webhooks
hf webhooks ls
</tr></table>

... (truncated)

Commits
  • 7536357 Release: v1.6.0
  • 412ebc4 Release: v1.6.0.rc0
  • 098091f [CLI] Better CLI errors formatting (#3889)
  • 35a9742 [Release notes] doc diffs, better skill, concurrent fetching, configurable op...
  • 6168e0f Add Sync hf CLI Skill workflow (#3885)
  • fb6437e Fix ty diagnostics in upload, filesystem, and repocard helpers (#3891)
  • 8e814da fix typo in skill (#3890)
  • 4c385af [CLI][Spaces] Add Dev Mode command (#3824)
  • fde7afb Add NVIDIA provider support to InferenceClient (#3886)
  • 9656fff [API] [CLI] Add duplicate_repo (instead of duplicate_space) + `hf repos d...
  • 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.5.0 to 1.6.0.
- [Release notes](https://github.com/huggingface/huggingface_hub/releases)
- [Commits](huggingface/huggingface_hub@v1.5.0...v1.6.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Mar 9, 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