Skip to content

Chore(deps-dev): Update huggingface-hub requirement from <0.21.0,>=0.19.0 to >=0.19.0,<1.7.0 in /backend#2644

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/backend/huggingface-hub-gte-0.19.0-and-lt-1.7.0
Open

Chore(deps-dev): Update huggingface-hub requirement from <0.21.0,>=0.19.0 to >=0.19.0,<1.7.0 in /backend#2644
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/backend/huggingface-hub-gte-0.19.0-and-lt-1.7.0

Conversation

@dependabot
Copy link

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

Updates the requirements on huggingface-hub to permit the latest version.

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 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)

Updates the requirements on [huggingface-hub](https://github.com/huggingface/huggingface_hub) to permit the latest version.
- [Release notes](https://github.com/huggingface/huggingface_hub/releases)
- [Commits](huggingface/huggingface_hub@v0.19.0...v1.6.0)

---
updated-dependencies:
- dependency-name: huggingface-hub
  dependency-version: 1.6.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 6, 2026

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants