Skip to content

build(deps): bump huggingface-hub from 1.29.0 to 1.30.0 in /skills/remove-ai-marks/scripts - #39

Merged
elkaix merged 2 commits into
mainfrom
dependabot/pip/skills/remove-ai-marks/scripts/huggingface-hub-1.30.0
Sep 10, 2026
Merged

elkaix merged 2 commits into
mainfrom
dependabot/pip/skills/remove-ai-marks/scripts/huggingface-hub-1.30.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown
Contributor

Bumps huggingface-hub from 1.29.0 to 1.30.0.

Release notes

Sourced from huggingface-hub's releases.

[v1.30.0] Scheduled job filters, repo-aware revision pinning and more

🖥️ hf jobs scheduled ls can now filter by status, label and name

You can now filter scheduled jobs with --status (active/suspended), repeatable -l/--label key=value and --name (a shortcut for --label name=NAME), matching the flags hf jobs ls already had. On the Python side, HfApi.list_scheduled_jobs gains a labels argument.

[!WARNING] -f/--filter on hf jobs scheduled ls is deprecated and no longer applied: it is accepted but ignored, with a warning pointing to the new flags. Migrate as shown below. The option itself will be removed in a future release.

hf jobs scheduled ls --all
hf jobs scheduled ls --status suspended
hf jobs scheduled ls --name hourly-task --label env=prod
before after
-f name=daily-report --name daily-report
-f env=prod --label env=prod
-f suspend!=true (default, or --status active)
-f suspend=true --status suspended

📚 Documentation: Jobs guide

  • Align hf jobs scheduled ls filtering with hf jobs ls (--status/--label/--name) by @​moon-bot-app[bot] in #4773

🔖 ResolvedRevision now pins the repo it was resolved for

ResolvedRevision didn't record which repo a commit hash was resolved against, so resolving "main" on two different repos returned the same commit oid. It now remembers its repo_id and repo_type: passed back for the same repo it is returned as is, for a different repo the requested revision is resolved again.

>>> from huggingface_hub import resolve_revision
>>> revision = resolve_revision("openai-community/gpt2")
Same repo => returned as is
>>> resolve_revision("openai-community/gpt2", revision=revision) is revision
True
Another repo => "main" is resolved again for that repo
>>> resolve_revision("openai-community/gpt2-medium", revision=revision).resolved
'6dcaa7a952f72f9298047fd5137cd6e4f05f41da'

📚 Documentation: Manage cache — Pin a revision

  • [Download] A ResolvedRevision only pins the repo it was resolved for by @​Wauplin in #4767

🤖 Inference

  • Do not require the conversational tag for chat-completion on hf-inference: any model with pipeline tag text-generation or image-text-to-text can now be served, mirroring the updated provider-side rules by @​hanouticelina in #4784

... (truncated)

Commits
  • 48ef278 Release: v1.30.0
  • a073ecb Release: v1.30.0.rc0
  • b84090b [Release] Consolidate the HF CLI skill sync into the release workflow (#4765)
  • 176d4f3 [CI] Disable auto close (#4800)
  • f0a5c6d [Inference Providers] Do not require the conversational tag for chat-completi...
  • 6a2eb09 [Sandbox] Document experimental status (#4783)
  • 94cb25d [CI] Fix torch_1.11 case-arm label to match renamed matrix entry (#4776)
  • 4cc16bc [Download] A ResolvedRevision only pins the repo it was resolved for (#4767)
  • 1de4817 [Download] Follow redirects between Hub hosts when resolving files (#4739)
  • 97655e8 Align hf jobs scheduled ls filtering with hf jobs ls (--status/`--label...
  • 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 Sep 7, 2026
@dependabot
dependabot Bot requested a review from elkaix as a code owner September 7, 2026 09:39
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Sep 7, 2026
@elkaix

elkaix commented Sep 10, 2026

Copy link
Copy Markdown
Contributor

@dependabot rebase

@dependabot
dependabot Bot force-pushed the dependabot/pip/skills/remove-ai-marks/scripts/huggingface-hub-1.30.0 branch from 3c7843c to 17d61dd Compare September 10, 2026 19:27
@coderabbitai

coderabbitai Bot commented Sep 10, 2026

Copy link
Copy Markdown

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Advanced

Run ID: c31f1595-8ddd-4d58-8e13-643cff7a259b

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Comment @coderabbitai help to get the list of available commands.

@elkaix

elkaix commented Sep 10, 2026

Copy link
Copy Markdown
Contributor

@dependabot rebase

@dependabot
dependabot Bot force-pushed the dependabot/pip/skills/remove-ai-marks/scripts/huggingface-hub-1.30.0 branch from 17d61dd to 2ec1df2 Compare September 10, 2026 20:38
@elkaix

elkaix commented Sep 10, 2026

Copy link
Copy Markdown
Contributor

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github Sep 10, 2026

Copy link
Copy Markdown
Contributor Author

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@elkaix

elkaix commented Sep 10, 2026

Copy link
Copy Markdown
Contributor

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github Sep 10, 2026

Copy link
Copy Markdown
Contributor Author

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@elkaix

elkaix commented Sep 10, 2026

Copy link
Copy Markdown
Contributor

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github Sep 10, 2026

Copy link
Copy Markdown
Contributor Author

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@elkaix

elkaix commented Sep 10, 2026

Copy link
Copy Markdown
Contributor

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github Sep 10, 2026

Copy link
Copy Markdown
Contributor Author

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@elkaix

elkaix commented Sep 10, 2026

Copy link
Copy Markdown
Contributor

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github Sep 10, 2026

Copy link
Copy Markdown
Contributor Author

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@elkaix

elkaix commented Sep 10, 2026

Copy link
Copy Markdown
Contributor

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github Sep 10, 2026

Copy link
Copy Markdown
Contributor Author

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@elkaix

elkaix commented Sep 10, 2026

Copy link
Copy Markdown
Contributor

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github Sep 10, 2026

Copy link
Copy Markdown
Contributor Author

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@elkaix

elkaix commented Sep 10, 2026

Copy link
Copy Markdown
Contributor

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github Sep 10, 2026

Copy link
Copy Markdown
Contributor Author

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@dependabot
dependabot Bot force-pushed the dependabot/pip/skills/remove-ai-marks/scripts/huggingface-hub-1.30.0 branch 2 times, most recently from 6ba6300 to 410489b Compare September 10, 2026 23:25
Bumps [huggingface-hub](https://github.com/huggingface/huggingface_hub) from 1.29.0 to 1.30.0.
- [Release notes](https://github.com/huggingface/huggingface_hub/releases)
- [Commits](huggingface/huggingface_hub@v1.29.0...v1.30.0)

---
updated-dependencies:
- dependency-name: huggingface-hub
  dependency-version: 1.30.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/skills/remove-ai-marks/scripts/huggingface-hub-1.30.0 branch from 410489b to 8b38d4d Compare September 10, 2026 23:30
@elkaix
elkaix merged commit 7a5115c into main Sep 10, 2026
10 checks passed
@dependabot
dependabot Bot deleted the dependabot/pip/skills/remove-ai-marks/scripts/huggingface-hub-1.30.0 branch September 10, 2026 23:45
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 Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant