dependabot[bot] opened a new pull request, #3020: URL: https://github.com/apache/iceberg-python/pull/3020
Bumps [huggingface-hub](https://github.com/huggingface/huggingface_hub) from 1.3.7 to 1.4.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/huggingface/huggingface_hub/releases">huggingface-hub's releases</a>.</em></p> <blockquote> <h2>[v1.4.1] Fix file corruption when server ignores Range header on download retry</h2> <p>Fix file corruption when server ignores Range header on download retry. Full details in <a href="https://redirect.github.com/huggingface/huggingface_hub/pull/3778">huggingface/huggingface_hub#3778</a> by <a href="https://github.com/XciD"><code>@XciD</code></a>.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/huggingface/huggingface_hub/compare/v1.4.0...v1.4.1">https://github.com/huggingface/huggingface_hub/compare/v1.4.0...v1.4.1</a></p> <h2>[v1.4.0] Building the HF CLI for You and your AI Agents</h2> <h2>🧠 <code>hf skills add</code> CLI Command</h2> <p>A new <code>hf skills add</code> command installs the <code>hf-cli</code> skill for AI coding assistants (Claude Code, Codex, OpenCode). Your AI Agent now knows how to search the Hub, download models, run Jobs, manage repos, and more.</p> <pre lang="console"><code>> hf skills add --help Usage: hf skills add [OPTIONS] <p>Download a skill and install it for an AI assistant.</p> <p>Options: --claude Install for Claude. --codex Install for Codex. --opencode Install for OpenCode. -g, --global Install globally (user-level) instead of in the current project directory. --dest PATH Install into a custom destination (path to skills directory). --force Overwrite existing skills in the destination. --help Show this message and exit.</p> <p>Examples $ hf skills add --claude $ hf skills add --claude --global $ hf skills add --codex --opencode</p> <p>Learn more Use <code>hf &lt;command&gt; --help</code> for more information about a command. Read the documentation at <a href="https://huggingface.co/docs/huggingface_hub/en/guides/cli">https://huggingface.co/docs/huggingface_hub/en/guides/cli</a> </code></pre></p> <p>The skill is composed of two files fetched from the <code>huggingface_hub docs</code>: a CLI guide (<code>SKILL.md</code>) and the full CLI reference (<code>references/cli.md</code>). Files are installed to a central <code>.agents/skills/hf-cli/</code> directory, and relative symlinks are created from agent-specific directories (e.g., <code>.claude/skills/hf-cli/</code> → <code>../../.agents/skills/hf-cli/</code>). This ensures a single source of truth when installing for multiple agents.</p> <ul> <li>Add <code>hf skills add</code> CLI command by <a href="https://github.com/julien-c"><code>@julien-c</code></a> in <a href="https://redirect.github.com/huggingface/huggingface_hub/issues/3741">#3741</a></li> <li>[CLI] <code>hf skills add</code> installs hf-cli skill to central location with symlinks by <a href="https://github.com/hanouticelina"><code>@hanouticelina</code></a> in <a href="https://redirect.github.com/huggingface/huggingface_hub/issues/3755">#3755</a></li> </ul> <h2>🖥️ Improved CLI Help Output</h2> <p>The CLI help output has been reorganized to be more informative and agent-friendly:</p> <ul> <li>Commands are now grouped into <strong>Main commands</strong> and <strong>Help commands</strong></li> <li><strong>Examples</strong> section showing common usage patterns</li> <li><strong>Learn more</strong> section with links to documentation</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/huggingface/huggingface_hub/commit/5035d73e6dd0ede42bf823b77dc789df36d4f9b9"><code>5035d73</code></a> Release: v1.4.1</li> <li><a href="https://github.com/huggingface/huggingface_hub/commit/8d3db25528548077052b02c971a9ee0cdc558494"><code>8d3db25</code></a> Fix file corruption when server ignores Range header on download retry (<a href="https://redirect.github.com/huggingface/huggingface_hub/issues/3778">#3778</a>)</li> <li><a href="https://github.com/huggingface/huggingface_hub/commit/efd5fc308dc435bd094f92210d97b98127341749"><code>efd5fc3</code></a> Release: v1.4.0</li> <li><a href="https://github.com/huggingface/huggingface_hub/commit/4a0a5b5424cd7d2c444c3e54bf9a00ec19f86e7f"><code>4a0a5b5</code></a> Release: v1.4.0.rc0</li> <li><a href="https://github.com/huggingface/huggingface_hub/commit/df7a76f4d482577f1cf454253745416529ba4aee"><code>df7a76f</code></a> Add retry/backoff when fetching Xet connection info to handle 502 errors (<a href="https://redirect.github.com/huggingface/huggingface_hub/issues/3768">#3768</a>)</li> <li><a href="https://github.com/huggingface/huggingface_hub/commit/2fcae4f5875068c00e37786498273a1ebb1c9bb5"><code>2fcae4f</code></a> Fix style issues in CI (<a href="https://redirect.github.com/huggingface/huggingface_hub/issues/3773">#3773</a>)</li> <li><a href="https://github.com/huggingface/huggingface_hub/commit/1b03f0b6c59fe0fdbc204b88bdd22bc041f67758"><code>1b03f0b</code></a> Pass kwargs to post init in dataclasses (<a href="https://redirect.github.com/huggingface/huggingface_hub/issues/3771">#3771</a>)</li> <li><a href="https://github.com/huggingface/huggingface_hub/commit/67542bd79fcc97d3a7d328349965a2bef95ee2ba"><code>67542bd</code></a> [CLI] Add hf collections commands (<a href="https://redirect.github.com/huggingface/huggingface_hub/issues/3767">#3767</a>)</li> <li><a href="https://github.com/huggingface/huggingface_hub/commit/67ae9118c742b4474207909ca4659cab9809ef63"><code>67ae911</code></a> Add more error handling output to hf jobs cli commands (<a href="https://redirect.github.com/huggingface/huggingface_hub/issues/3744">#3744</a>)</li> <li><a href="https://github.com/huggingface/huggingface_hub/commit/9123636b1dc916187efe67609fad4d58ee3afcdb"><code>9123636</code></a> [CLI] Dynamic table columns based on <code>--expand</code> field (<a href="https://redirect.github.com/huggingface/huggingface_hub/issues/3760">#3760</a>)</li> <li>Additional commits viewable in <a href="https://github.com/huggingface/huggingface_hub/compare/v1.3.7...v1.4.1">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
