Skip to content

build(deps): bump huggingface-hub from 1.7.1 to 1.8.0 in /clients/python#2508

Merged
google-oss-prow[bot] merged 1 commit intomainfrom
dependabot/pip/clients/python/huggingface-hub-1.8.0
Apr 9, 2026
Merged

build(deps): bump huggingface-hub from 1.7.1 to 1.8.0 in /clients/python#2508
google-oss-prow[bot] merged 1 commit intomainfrom
dependabot/pip/clients/python/huggingface-hub-1.8.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps huggingface-hub from 1.7.1 to 1.8.0.

Release notes

Sourced from huggingface-hub's releases.

[v1.8.0] Mounted volumes on Jobs, complete papers CLI, and more

🚀 Jobs can now mount volumes

Jobs can now access Hugging Face repositories (models, datasets, Spaces) and Storage Buckets directly as mounted volumes in their containers. This enables powerful workflows like running queries directly against datasets, loading models without explicit downloads, and persisting training checkpoints to buckets.

from huggingface_hub import run_job, Volume
job = run_job(
image="duckdb/duckdb",
command=["duckdb", "-c", "SELECT * FROM '/data/**/*.parquet' LIMIT 5"],
volumes=[
Volume(type="dataset", source="HuggingFaceFW/fineweb", mount_path="/data"),
],
)

hf jobs run -v hf://datasets/HuggingFaceFW/fineweb:/data duckdb/duckdb duckdb -c "SELECT * FROM '/data/**/*.parquet' LIMIT 5"
  • Add volume mounting support for buckets and repos by @​XciD in #3936

📖 Papers CLI is now complete

The hf papers command now has full functionality: search papers by keyword, get structured JSON metadata, and read the full paper content as markdown. The ls command is also enhanced with new filters for week, month, and submitter.

# Search papers
hf papers search "vision language"
Get metadata
hf papers info 2601.15621
Read as markdown
hf papers read 2601.15621

🖥️ CLI repo ID shorthand

You can now use repo ID prefixes like spaces/user/repo, datasets/user/repo, and models/user/repo as a shorthand for user/repo --type space. This works automatically for all CLI commands that accept a --type flag.

# Before
hf download user/my-space --type space
hf discussions list user/my-dataset --type dataset
After
</tr></table>

... (truncated)

Commits
  • 8b7c45c Release: v1.8.0
  • 5e62f96 Release: v1.8.0.rc0
  • 701fb0b feat(jobs): add volume mounting support for buckets and repos (#3936)
  • 98e9a94 Use huggingface-hub-bot for post-release PR creation (#3967)
  • 9e7fbad [CLI] Accept spaces/user/repo as repo ID prefix shorthand (#3929)
  • da46c21 More robust stream to stdout in hf cp command (#3968)
  • e41dce2 Add visibility parameter to HfApi repo create/update/duplicate methods (#...
  • 274fabf [CLI] Mention hf-mount in CLI skill (#3966)
  • 778d306 [CLI] Add space-specific options to hf repos create and `hf repos duplicate...
  • 5596477 Update hardware flavors with HF Hub (#3965)
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 30, 2026
@google-oss-prow google-oss-prow bot requested review from chambridge and fege March 30, 2026 13:32
Bumps [huggingface-hub](https://github.com/huggingface/huggingface_hub) from 1.7.1 to 1.8.0.
- [Release notes](https://github.com/huggingface/huggingface_hub/releases)
- [Commits](huggingface/huggingface_hub@v1.7.1...v1.8.0)

---
updated-dependencies:
- dependency-name: huggingface-hub
  dependency-version: 1.8.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/pip/clients/python/huggingface-hub-1.8.0 branch from 93f1982 to 389afa7 Compare April 7, 2026 14:25
@google-oss-prow google-oss-prow bot added size/M and removed size/S labels Apr 7, 2026
@Al-Pragliola
Copy link
Copy Markdown
Contributor

/lgtm
/approve

@google-oss-prow
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: Al-Pragliola

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@google-oss-prow google-oss-prow bot merged commit f7cddb3 into main Apr 9, 2026
28 of 29 checks passed
@dependabot dependabot bot deleted the dependabot/pip/clients/python/huggingface-hub-1.8.0 branch April 9, 2026 12:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Area/MR Python client dependencies Pull requests that update a dependency file lgtm python Pull requests that update Python code size/M

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant