dependabot[bot] opened a new pull request, #3394: URL: https://github.com/apache/iceberg-python/pull/3394
Bumps [huggingface-hub](https://github.com/huggingface/huggingface_hub) from 1.14.0 to 1.15.0. <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.15.0] Region-aware buckets & repos, <code>hf skills list</code>, polished CLI help and more</h2> <h2>🌍 Pick a region when creating buckets and repos</h2> <p><code>create_bucket</code> and <code>create_repo</code> now accept an optional <code>region</code> argument (<code>"us"</code> or <code>"eu"</code>) so you can pin a new bucket or repo to a specific cloud region at creation time. The same option is exposed on the CLI via a <code>--region</code> flag on <code>hf buckets create</code> and <code>hf repos create</code>.</p> <pre lang="python"><code>>>> from huggingface_hub import create_bucket, create_repo >>> create_bucket("my-bucket", region="us") >>> create_repo("my-model", region="eu") </code></pre> <pre lang="bash"><code>$ hf buckets create my-bucket --region us $ hf repos create username/my-model --region eu </code></pre> <ul> <li>[Bucket/Repo] Support 'region' option in create_bucket and create_repo by <a href="https://github.com/Wauplin"><code>@Wauplin</code></a> in <a href="https://redirect.github.com/huggingface/huggingface_hub/issues/4194">#4194</a></li> </ul> <h2>🧩 Discover marketplace skills with <code>hf skills list</code></h2> <p>A new <code>hf skills list</code> (alias <code>ls</code>) command lists every skill available in the Hugging Face marketplace and shows whether each one is already installed in the four supported locations (project, global, project Claude, global Claude). Handy when you want to check what's installable and what you've already got before running <code>hf skills add</code>.</p> <pre lang="bash"><code>$ hf skills ls NAME DESCRIPTION PROJECT PROJECT (CLAUDE) GLOBAL GLOBAL (CLAUDE) --------------------------- ----------------------------------- ------- ---------------- ------ --------------- hf-cli Execute Hugging Face Hub operati... yes yes yes yes </code></pre> <ul> <li>[CLI] Add <code>hf skills list</code> command by <a href="https://github.com/Wauplin"><code>@Wauplin</code></a> in <a href="https://redirect.github.com/huggingface/huggingface_hub/issues/4180">#4180</a></li> </ul> <h2>🎨 Polished <code>--help</code> output with ANSI styling</h2> <p><code>hf --help</code> and every subcommand now render with underlined section headings and bold option/command names, making the help screens much easier to scan in a terminal. The new styling is automatically disabled when <code>NO_COLOR</code> is set or when the CLI detects it's running under an AI agent, so script and agent output stays clean.</p> <ul> <li>[CLI] Pretty-print <code>--help</code> with ANSI styling by <a href="https://github.com/Wauplin"><code>@Wauplin</code></a> in <a href="https://redirect.github.com/huggingface/huggingface_hub/issues/4192">#4192</a></li> </ul> <h2>🖥️ CLI</h2> <ul> <li>[CLI] Check Homebrew registry for updates when installed via brew by <a href="https://github.com/Wauplin"><code>@Wauplin</code></a> in <a href="https://redirect.github.com/huggingface/huggingface_hub/issues/4204">#4204</a> — <code>hf update</code> no longer suggests a version that isn't on <code>brew</code> yet for Homebrew installs.</li> <li>[CLI] No traceback on LocalEntryNotFoundError by <a href="https://github.com/Wauplin"><code>@Wauplin</code></a> in <a href="https://redirect.github.com/huggingface/huggingface_hub/issues/4190">#4190</a> — offline/cache-miss errors now print a clean message instead of a Python traceback (set <code>HF_DEBUG=1</code> for the full stack).</li> </ul> <h2>🐛 Bug and typo fixes</h2> <ul> <li>Make HF_HUB_ENABLE_HF_TRANSFER deprecation warning visible to users by <a href="https://github.com/Adithya191101"><code>@Adithya191101</code></a> in <a href="https://redirect.github.com/huggingface/huggingface_hub/issues/4220">#4220</a></li> <li>Fix hint message to use 'hf skills update' by <a href="https://github.com/Pierrci"><code>@Pierrci</code></a> in <a href="https://redirect.github.com/huggingface/huggingface_hub/issues/4206">#4206</a></li> </ul> <h2>📖 Documentation</h2> <ul> <li>[docs] Drop duplicated Key Features list from hf jobs CLI section by <a href="https://github.com/davanstrien"><code>@davanstrien</code></a> in <a href="https://redirect.github.com/huggingface/huggingface_hub/issues/4222">#4222</a></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/bb6d939c601785c0d2ee23a261a2f49dfd08e394"><code>bb6d939</code></a> Release: v1.15.0</li> <li><a href="https://github.com/huggingface/huggingface_hub/commit/69413ea8a75f820235b57ffdce872fa5845496cd"><code>69413ea</code></a> Release: v1.15.0.rc0</li> <li><a href="https://github.com/huggingface/huggingface_hub/commit/dee49643a7c5f8c78d908d747f5e7242755fb032"><code>dee4964</code></a> Make HF_HUB_ENABLE_HF_TRANSFER deprecation warning visible to users (<a href="https://redirect.github.com/huggingface/huggingface_hub/issues/4220">#4220</a>)</li> <li><a href="https://github.com/huggingface/huggingface_hub/commit/7023faf3b9d443c06f68c6a508d2150f3b9704b4"><code>7023faf</code></a> [docs] Drop duplicated Key Features list from hf jobs CLI section (<a href="https://redirect.github.com/huggingface/huggingface_hub/issues/4222">#4222</a>)</li> <li><a href="https://github.com/huggingface/huggingface_hub/commit/1f57da2ffb989f6ad991fa935a1695ff98a4e484"><code>1f57da2</code></a> Only sync skill if SKILL.md has changed (<a href="https://redirect.github.com/huggingface/huggingface_hub/issues/4210">#4210</a>)</li> <li><a href="https://github.com/huggingface/huggingface_hub/commit/9c05199c41e8a1dc20082a25af2d6927a4c21002"><code>9c05199</code></a> Fix hint message to use 'hf skills update' (<a href="https://redirect.github.com/huggingface/huggingface_hub/issues/4206">#4206</a>)</li> <li><a href="https://github.com/huggingface/huggingface_hub/commit/230c624a2aa8c61835b75574d45d446e0f9a6f07"><code>230c624</code></a> [CLI] No traceback on LocalEntryNotFoundError (<a href="https://redirect.github.com/huggingface/huggingface_hub/issues/4190">#4190</a>)</li> <li><a href="https://github.com/huggingface/huggingface_hub/commit/3d85543db77d91e3400b2d95d120e634ee31f4ec"><code>3d85543</code></a> [CLI] Add <code>hf skills list</code> command (<a href="https://redirect.github.com/huggingface/huggingface_hub/issues/4180">#4180</a>)</li> <li><a href="https://github.com/huggingface/huggingface_hub/commit/04195e041bd4bfbb5c5c8f32308106ea6590cd97"><code>04195e0</code></a> [CLI] Pretty-print <code>--help</code> with ANSI styling (<a href="https://redirect.github.com/huggingface/huggingface_hub/issues/4192">#4192</a>)</li> <li><a href="https://github.com/huggingface/huggingface_hub/commit/0c75ef9205338d08e1c4531e8339be080f03820c"><code>0c75ef9</code></a> [CLI] Check Homebrew registry for updates when installed via brew (<a href="https://redirect.github.com/huggingface/huggingface_hub/issues/4204">#4204</a>)</li> <li>Additional commits viewable in <a href="https://github.com/huggingface/huggingface_hub/compare/v1.14.0...v1.15.0">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]
