dependabot[bot] opened a new pull request, #3675:
URL: https://github.com/apache/iceberg-python/pull/3675

   Bumps [huggingface-hub](https://github.com/huggingface/huggingface_hub) from 
1.22.0 to 1.23.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.23.0] Space templates, CLI extension updates &amp; smoother Xet 
downloads</h2>
   <h2>๐Ÿš€ Create Spaces from templates</h2>
   <p>You can now seed a new Space from one of the official Hub templates 
(JupyterLab, a Gradio chatbot, a Streamlit app, etc.) instead of starting from 
an empty repo. List what's available with the new 
<code>list_space_templates()</code> API or the <code>hf spaces templates</code> 
CLI command, then pass a template's <code>repo_id</code> (or its short name) to 
<code>create_repo(..., space_template=...)</code> or <code>hf repos create 
--type space --template</code>. The Space SDK is inferred from the template, 
and templates recommended as private (like JupyterLab) are created privately by 
default unless you explicitly choose a visibility.</p>
   <pre lang="bash"><code># List available templates
   $ hf spaces templates
   NAME        REPO_ID                             SDK     PREFERRED_PRIVATE
   ----------- ----------------------------------- ------- -----------------
   Streamlit   streamlit/streamlit-template-space  docker
   JupyterLab  SpacesExamples/jupyterlab           docker  โœ”
   <h1>Create a Space from a template</h1>
   <p>$ hf repos create my-jupyterlab --type space --template jupyterlab
   โœ“ Repo created
   repo_id: Wauplin/my-jupyterlab
   url: <a 
href="https://huggingface.co/spaces/Wauplin/my-jupyterlab";>https://huggingface.co/spaces/Wauplin/my-jupyterlab</a>
   </code></pre></p>
   <pre lang="python"><code>&gt;&gt;&gt; from huggingface_hub import create_repo
   &gt;&gt;&gt; create_repo(&quot;my-jupyterlab&quot;, 
repo_type=&quot;space&quot;, space_template=&quot;jupyterlab&quot;)
   </code></pre>
   <ul>
   <li>Support creating a Space from a template by <a 
href="https://github.com/moon-bot-app";><code>@โ€‹moon-bot-app</code></a>[bot] in 
<a 
href="https://redirect.github.com/huggingface/huggingface_hub/issues/4504";>#4504</a></li>
   </ul>
   <h2>๐Ÿ”Œ Update installed CLI extensions</h2>
   <p>A new <code>hf extensions update</code> command brings your installed CLI 
extensions to their latest published version on GitHub. Pass a name to update a 
single extension, or run it with no argument to check every installed extension 
and update the ones that are behind. Updates are applied in place โ€” Python 
extensions reuse their existing venv and binary extensions are overwritten โ€” so 
a failed update no longer leaves the extension uninstalled, and extensions that 
are already up to date are simply skipped.</p>
   <pre lang="bash"><code># Update a single extension (accepts &lt;name&gt;, 
hf-&lt;name&gt; or OWNER/hf-&lt;name&gt;)
   hf extensions update hf-claude
   <h1>Check every installed extension and update the outdated ones</h1>
   <p>hf extensions update
   </code></pre></p>
   <ul>
   <li>[CLI] Add <code>hf extensions update</code> command by <a 
href="https://github.com/Wauplin";><code>@โ€‹Wauplin</code></a> in <a 
href="https://redirect.github.com/huggingface/huggingface_hub/issues/4496";>#4496</a></li>
   </ul>
   <h2>๐Ÿ“ถ Smoother Xet download progress with dual bars</h2>
   <p>Xet downloads now show two progress bars so you can tell a transfer is 
alive even on a slow connection. The <strong>transfer</strong> bar advances as 
bytes arrive over the network, while the <strong>reconstruction</strong> bar 
tracks real progress as buffered chunks are written to disk โ€” previously the 
single bar could sit at 0% for a long time while data was actually arriving. 
The dual bars are wired into single-file downloads 
(<code>hf_hub_download</code>), <code>snapshot_download</code> (where parallel 
file downloads feed the repo-level transfer and reconstruction bars), the 
<code>hf download</code> CLI, and bucket downloads.</p>
   <pre><code>big.bin: downloading bytes:   |  52.4MB     1.2MB/s
   big.bin: reconstructing file: |  52.4MB / 105MB     800kB/s
   &lt;/tr&gt;&lt;/table&gt; 
   </code></pre>
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/huggingface/huggingface_hub/commit/0c92853b8e07bc50ee0817e307e9fd88194dd4f3";><code>0c92853</code></a>
 Release: v1.23.0</li>
   <li><a 
href="https://github.com/huggingface/huggingface_hub/commit/6bc5aa0d39159fb6e20897bff913950a613b5c27";><code>6bc5aa0</code></a>
 Release: v1.23.0.rc0</li>
   <li><a 
href="https://github.com/huggingface/huggingface_hub/commit/0815693a9b8138ecde13e98d5ba02bed38499054";><code>0815693</code></a>
 [CLI] Generate hf-cli skill locally instead of downloading from bucket (<a 
href="https://redirect.github.com/huggingface/huggingface_hub/issues/4199";>#4199</a>)</li>
   <li><a 
href="https://github.com/huggingface/huggingface_hub/commit/923acb0da7bc54f9385fddca2dbc524e0e13ce0a";><code>923acb0</code></a>
 [Utils] Add <code>get_cached_repo_tree</code> utility (<a 
href="https://redirect.github.com/huggingface/huggingface_hub/issues/4513";>#4513</a>)</li>
   <li><a 
href="https://github.com/huggingface/huggingface_hub/commit/7625ea300442a879ca9958054c41f5318c28404f";><code>7625ea3</code></a>
 Expose snapshot_path on IncompleteSnapshotError (<a 
href="https://redirect.github.com/huggingface/huggingface_hub/issues/4500";>#4500</a>)</li>
   <li><a 
href="https://github.com/huggingface/huggingface_hub/commit/c5a110d6ca389355b369ec94ff17573824b09709";><code>c5a110d</code></a>
 [CLI] Add --pipeline-tag, --gated, --apps filters to hf models ls (<a 
href="https://redirect.github.com/huggingface/huggingface_hub/issues/4512";>#4512</a>)</li>
   <li><a 
href="https://github.com/huggingface/huggingface_hub/commit/b63ed5b972cae11c831733ce3575fd1bfba7f158";><code>b63ed5b</code></a>
 [Utils] Treat backslashes as path separators in filter_repo_objects (<a 
href="https://redirect.github.com/huggingface/huggingface_hub/issues/4506";>#4506</a>)</li>
   <li><a 
href="https://github.com/huggingface/huggingface_hub/commit/6d40d9c52a65d70c7f83b9cb5bc00d1ddca670b8";><code>6d40d9c</code></a>
 docs: drop /new from Inference Endpoints web interface links (<a 
href="https://redirect.github.com/huggingface/huggingface_hub/issues/4509";>#4509</a>)</li>
   <li><a 
href="https://github.com/huggingface/huggingface_hub/commit/ed48426b53fa6d34ec68b8a5c7d58ec54b852385";><code>ed48426</code></a>
 [CI] Fix expand property type tests (<a 
href="https://redirect.github.com/huggingface/huggingface_hub/issues/4510";>#4510</a>)</li>
   <li><a 
href="https://github.com/huggingface/huggingface_hub/commit/790120be43c8f35f1988e14e8379e14ccda6c409";><code>790120b</code></a>
 Support creating a Space from a template (<a 
href="https://redirect.github.com/huggingface/huggingface_hub/issues/4504";>#4504</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/huggingface/huggingface_hub/compare/v1.22.0...v1.23.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=huggingface-hub&package-manager=uv&previous-version=1.22.0&new-version=1.23.0)](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]

Reply via email to