Skip to content

Build: Bump huggingface-hub from 1.9.2 to 1.10.1#3249

Merged
geruh merged 1 commit intomainfrom
dependabot/uv/huggingface-hub-1.10.1
Apr 17, 2026
Merged

Build: Bump huggingface-hub from 1.9.2 to 1.10.1#3249
geruh merged 1 commit intomainfrom
dependabot/uv/huggingface-hub-1.10.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 17, 2026

Bumps huggingface-hub from 1.9.2 to 1.10.1.

Release notes

Sourced from huggingface-hub's releases.

[v1.10.1] Fix copy file to folder

  • Fix copy file to folder (#4075)
  • [CLI ]Improving a bit hf CLI discoverability (#4079)
  • Support kernels in list_liked_repos (#4078)

Full Changelog: huggingface/huggingface_hub@v1.10.0...v1.10.1

[v1.10.0] Instant file copy and new Kernel repo type

📁 Instant file copy between Buckets and Repositories

This release introduces server-side file copy operations that let you move data between Hugging Face storage without downloading and re-uploading. You can now copy files from one Bucket to another, from a repository (model, dataset, or Space) to a Bucket, or between Buckets — all without bandwidth costs. Files tracked with Xet are copied directly by hash (no data transfer), while small text files not tracked with Xet are automatically downloaded and re-uploaded.

>>> from huggingface_hub import copy_files
Bucket to bucket (same or different bucket)
>>> copy_files(
...     "hf://buckets/username/source-bucket/checkpoints/model.safetensors",
...     "hf://buckets/username/destination-bucket/archive/model.safetensors",
... )
Repo to bucket
>>> copy_files(
...     "hf://datasets/username/my-dataset/processed/",
...     "hf://buckets/username/my-bucket/datasets/processed/",
... )

The same capability is available in the CLI:

# Bucket to bucket
>>> hf buckets cp hf://buckets/username/source-bucket/logs/ hf://buckets/username/archives/logs/
Repo to bucket
>>> hf buckets cp hf://datasets/username/my-dataset/data/train/ hf://buckets/username/my-bucket/datasets/train/

Note that copying files from a Bucket to a Repository is not yet supported.

📚 Documentation: Buckets guide

⚛️ Introducing Kernel repositories

[!TIP] For building, publishing, and using kernel repos, please use the dedicated kernels package.

... (truncated)

Commits
  • 25b5d2e Release: v1.10.1
  • 7333d35 Support kernels in list_liked_repos (#4078)
  • ea5051f [CLI ]Improving a bit hf CLI discoverability (#4079)
  • f86e165 Fix copy file to folder (#4075)
  • 942d4fa Release: v1.10.0
  • 33a205a Release: v1.10.0.rc1
  • 459757b Release: v1.10.0.rc0
  • 035acb3 [Kernels] Minimal kernel repo type support (create/delete, download files, li...
  • d82a7f7 [CLI] [API] Add HfApi.copy_files method to copy files remotely and update '...
  • 3a8ee52 Add live Slack notifications to release workflow (#4046)
  • 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.9.2 to 1.10.1.
- [Release notes](https://github.com/huggingface/huggingface_hub/releases)
- [Commits](huggingface/huggingface_hub@v1.9.2...v1.10.1)

---
updated-dependencies:
- dependency-name: huggingface-hub
  dependency-version: 1.10.1
  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 Apr 17, 2026
@geruh geruh merged commit da43ad5 into main Apr 17, 2026
15 checks passed
@geruh geruh deleted the dependabot/uv/huggingface-hub-1.10.1 branch April 17, 2026 23:49
smaheshwar-pltr pushed a commit to smaheshwar-pltr/iceberg-python that referenced this pull request Apr 19, 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.

1 participant