dependabot[bot] opened a new pull request, #3134: URL: https://github.com/apache/iceberg-python/pull/3134
Bumps [huggingface-hub](https://github.com/huggingface/huggingface_hub) from 1.5.0 to 1.6.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.6.0] New CLI commands, Bucket fsspec support, and more</h2> <p>This release brings significant new CLI commands for managing Spaces, Datasets, Discussions, and Webhooks, along with <code>HfFileSystem</code> support for Buckets and a CLI extension system.</p> <h2>🚀 New CLI commands</h2> <p>We've added several new CLI command groups to make interacting with the Hub even easier from your terminal.</p> <h3>New <code>hf spaces dev-mode</code> command</h3> <p>You can now enable or disable dev mode on Spaces directly from the CLI. When enabling dev mode, the command waits for the Space to be ready and prints connection instructions (web VSCode, SSH, local VSCode/Cursor). This makes iterating on Spaces much faster by allowing you to restart your application without stopping the Space container.</p> <pre lang="bash"><code># Enable dev mode hf spaces dev-mode username/my-space <h1>Disable dev mode</h1> <p>hf spaces dev-mode username/my-space --stop </code></pre></p> <ul> <li>Add <code>hf spaces dev-mode</code> command by <a href="https://github.com/lhoestq"><code>@​lhoestq</code></a> in <a href="https://redirect.github.com/huggingface/huggingface_hub/issues/3824">#3824</a></li> </ul> <h3>New <code>hf discussions</code> command group</h3> <p>You can now manage discussions and pull requests on the Hub directly from the CLI. This includes listing, viewing, creating, commenting on, closing, reopening, renaming, and merging discussions and PRs.</p> <pre lang="bash"><code># List open discussions and PRs on a repo hf discussions list username/my-model <h1>Create a new discussion</h1> <p>hf discussions create username/my-model --title "Feature request" --body "Description"</p> <h1>Create a pull request</h1> <p>hf discussions create username/my-model --title "Fix bug" --pull-request</p> <h1>Merge a pull request</h1> <p>hf discussions merge username/my-model 5 --yes </code></pre></p> <ul> <li>Add <code>hf discussions</code> command group by <a href="https://github.com/Wauplin"><code>@​Wauplin</code></a> in <a href="https://redirect.github.com/huggingface/huggingface_hub/issues/3855">#3855</a></li> <li>Rename <code>hf discussions view</code> to <code>hf discussions info</code> by <a href="https://github.com/Wauplin"><code>@​Wauplin</code></a> in <a href="https://redirect.github.com/huggingface/huggingface_hub/issues/3878">#3878</a></li> </ul> <h3>New <code>hf webhooks</code> command group</h3> <p>Full CLI support for managing Hub webhooks is now available. You can list, inspect, create, update, enable/disable, and delete webhooks directly from the terminal.</p> <pre lang="bash"><code># List all webhooks hf webhooks ls <p></tr></table> </code></pre></p> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/huggingface/huggingface_hub/commit/7536357f04ff6449daf3d8fd57388bf7c57a3205"><code>7536357</code></a> Release: v1.6.0</li> <li><a href="https://github.com/huggingface/huggingface_hub/commit/412ebc4aee452f6d89285298da8e28a42d669501"><code>412ebc4</code></a> Release: v1.6.0.rc0</li> <li><a href="https://github.com/huggingface/huggingface_hub/commit/098091fe425a3964ac7b225c6487d919338ca524"><code>098091f</code></a> [CLI] Better CLI errors formatting (<a href="https://redirect.github.com/huggingface/huggingface_hub/issues/3889">#3889</a>)</li> <li><a href="https://github.com/huggingface/huggingface_hub/commit/35a97422e77e01ab45bbe9be9c592818fa6f981d"><code>35a9742</code></a> [Release notes] doc diffs, better skill, concurrent fetching, configurable op...</li> <li><a href="https://github.com/huggingface/huggingface_hub/commit/6168e0fa06c6876270341e281a8ec5da43f35289"><code>6168e0f</code></a> Add Sync <code>hf</code> CLI Skill workflow (<a href="https://redirect.github.com/huggingface/huggingface_hub/issues/3885">#3885</a>)</li> <li><a href="https://github.com/huggingface/huggingface_hub/commit/fb6437e5291438ac308c20202559759decc9ca95"><code>fb6437e</code></a> Fix ty diagnostics in upload, filesystem, and repocard helpers (<a href="https://redirect.github.com/huggingface/huggingface_hub/issues/3891">#3891</a>)</li> <li><a href="https://github.com/huggingface/huggingface_hub/commit/8e814daa3d44087765af96c4a55e3bd4aca726d3"><code>8e814da</code></a> fix typo in skill (<a href="https://redirect.github.com/huggingface/huggingface_hub/issues/3890">#3890</a>)</li> <li><a href="https://github.com/huggingface/huggingface_hub/commit/4c385afde45a8d57b6691cafa843cadec5d95433"><code>4c385af</code></a> [CLI][Spaces] Add Dev Mode command (<a href="https://redirect.github.com/huggingface/huggingface_hub/issues/3824">#3824</a>)</li> <li><a href="https://github.com/huggingface/huggingface_hub/commit/fde7afb12fe06f9faf6b178788b2648695aea392"><code>fde7afb</code></a> Add NVIDIA provider support to InferenceClient (<a href="https://redirect.github.com/huggingface/huggingface_hub/issues/3886">#3886</a>)</li> <li><a href="https://github.com/huggingface/huggingface_hub/commit/9656fff25dad94db41f4d2951c43e2d2b38ff8fc"><code>9656fff</code></a> [API] [CLI] Add <code>duplicate_repo</code> (instead of <code>duplicate_space</code>) + `hf repos d...</li> <li>Additional commits viewable in <a href="https://github.com/huggingface/huggingface_hub/compare/v1.5.0...v1.6.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]
