Skip to content

chore(deps): update huggingface-hub requirement from <1.12,>=0.27.0 to >=1.12.0,<1.13 in /cmd/initializers/dataset#3464

Merged
google-oss-prow[bot] merged 1 commit intomasterfrom
dependabot/pip/cmd/initializers/dataset/huggingface-hub-gte-1.12.0-and-lt-1.13
Apr 28, 2026
Merged

chore(deps): update huggingface-hub requirement from <1.12,>=0.27.0 to >=1.12.0,<1.13 in /cmd/initializers/dataset#3464
google-oss-prow[bot] merged 1 commit intomasterfrom
dependabot/pip/cmd/initializers/dataset/huggingface-hub-gte-1.12.0-and-lt-1.13

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 28, 2026

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

Release notes

Sourced from huggingface-hub's releases.

[v1.12.0] Unified CLI output, bucket search, and more

🖥️ Unified output format for hf buckets commands

All hf buckets commands now use the unified --format [auto|human|agent|json|quiet] flag and the out singleton for consistent, scriptable output. The previous --quiet and --format table|json flags have been replaced by a single --format option that works across create, list, info, delete, rm, move, and cp. Success messages use out.result(), detail views use out.dict(), and listings use out.table() with proper empty-results handling — making the buckets CLI consistent with the rest of the hf command suite.

# Quiet mode: print only bucket IDs
hf buckets list --format quiet
JSON output for scripting
hf buckets create my-bucket --format json
Agent-friendly structured output
hf buckets info username/my-bucket --format agent

📚 Documentation: Buckets guide · CLI guide

🪣 Search buckets by name

You can now filter buckets by name when listing them, both from the Python API and the CLI. Pass search="checkpoint" to list_buckets() or --search "checkpoint" to hf buckets list to find buckets matching a name pattern, without having to list and filter client-side.

# Filter buckets by name
hf buckets list --search "checkpoint"
# Filter buckets by name in Python
for bucket in list_buckets(search="checkpoint"):
    print(bucket.id)

📚 Documentation: Buckets guide · CLI guide

🖥️ CLI

🐛 Bug and typo fixes

🔧 Other QoL Improvements

... (truncated)

Commits
  • 16dd546 Release: v1.12.0
  • 43c20f4 Release: v1.12.0.rc1
  • a9a4ef8 Release: v1.12.0.rc0
  • 9104623 Apply fsspec config in HfFileSystem metaclass (#4062)
  • c3b04aa chore: bump doc-builder SHA for main doc build workflow (#4137)
  • 871f54e [HfApi] Add mainSize to ExpandDatasetProperty_T (#4136)
  • 50444e5 [Release] Add social media draft generation to release workflow (#4132)
  • 6e9e383 [Buckets] Skip local walk for download sync without delete (#4123)
  • f1cd149 [CLI] Migrate buckets commands to out singleton (#4111)
  • 50013bd [Buckets] Add search param to list_buckets (#4130)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 28, 2026
Copilot AI review requested due to automatic review settings April 28, 2026 02:12
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 28, 2026
@dependabot dependabot Bot review requested due to automatic review settings April 28, 2026 02:12
@github-actions
Copy link
Copy Markdown

🎉 Welcome to the Kubeflow Trainer! 🎉

Thanks for opening your first PR! We're happy to have you as part of our community 🚀

Here's what happens next:

  • If you haven't already, please check out our Contributing Guide for repo-specific guidelines and the Kubeflow Contributor Guide for general community standards.
  • Our team will review your PR soon! cc @kubeflow/kubeflow-trainer-team

Join the community:

Feel free to ask questions in the comments if you need any help or clarification!
Thanks again for contributing to Kubeflow! 🙏

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.27.0...v1.12.0)

---
updated-dependencies:
- dependency-name: huggingface-hub
  dependency-version: 1.12.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Copilot AI review requested due to automatic review settings April 28, 2026 04:23
@dependabot dependabot Bot force-pushed the dependabot/pip/cmd/initializers/dataset/huggingface-hub-gte-1.12.0-and-lt-1.13 branch from 4d394d0 to c6bb71d Compare April 28, 2026 04:23
@dependabot dependabot Bot review requested due to automatic review settings April 28, 2026 04:23
Copy link
Copy Markdown
Member

@tenzen-y tenzen-y left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm
/approve

@google-oss-prow
Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: tenzen-y

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 e1a36b7 into master Apr 28, 2026
36 of 37 checks passed
@google-oss-prow google-oss-prow Bot deleted the dependabot/pip/cmd/initializers/dataset/huggingface-hub-gte-1.12.0-and-lt-1.13 branch April 28, 2026 05:56
@google-oss-prow google-oss-prow Bot added this to the v2.3 milestone Apr 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved dependencies Pull requests that update a dependency file lgtm python Pull requests that update Python code size/XS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant