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

   Bumps [huggingface-hub](https://github.com/huggingface/huggingface_hub) from 
1.23.0 to 1.24.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.24.0] Name your Jobs! (and download fixes)</h2>
   <h2>📊 Name your Jobs!</h2>
   <p>Jobs on the Hub now support an optional <code>--name</code> flag on the 
CLI and a <code>name</code> parameter on the Python API (<code>run_job</code>, 
<code>run_uv_job</code>, <code>create_scheduled_job</code>, 
<code>create_scheduled_uv_job</code>). Names are stored as the 
<code>name</code> label and make Jobs easier to find and identify in the UI. 
You can also name an existing Job using <code>hf jobs labels &lt;job_id&gt; 
--name my-job</code>. Names are optional and do not need to be unique.</p>
   <pre lang="bash"><code># Create a named Job
   hf jobs run --name training-v2 python:3.12 python train.py
   <h1>Name an existing Job</h1>
   <p>hf jobs labels &lt;job_id&gt; --name training-v2</p>
   <h1>Named scheduled Job</h1>
   <p>hf jobs scheduled run <a 
href="https://github.com/hourly";><code>@​hourly</code></a> --name hourly-task 
python:3.12 python -c 'print(&quot;This runs every hour!&quot;)'
   </code></pre></p>
   <p>📚 <strong>Documentation:</strong> <a 
href="https://huggingface.co/docs/huggingface_hub/main/en/guides/cli";>CLI 
guide</a>, <a 
href="https://huggingface.co/docs/huggingface_hub/main/en/guides/jobs";>Jobs 
guide</a></p>
   <ul>
   <li>[Jobs] Add optional names to Jobs CLI and API by <a 
href="https://github.com/Wauplin";><code>@​Wauplin</code></a> in <a 
href="https://redirect.github.com/huggingface/huggingface_hub/issues/4532";>#4532</a></li>
   </ul>
   <h2>📖 Documentation</h2>
   <ul>
   <li>[Docs] Fix HTTP client name in download docs by <a 
href="https://github.com/cupkk";><code>@​cupkk</code></a> in <a 
href="https://redirect.github.com/huggingface/huggingface_hub/issues/4523";>#4523</a></li>
   </ul>
   <p>The README has been completely refreshed to put the <code>hf</code> CLI 
first. The standalone installer (curl/PowerShell) and a terminal quick start — 
covering <code>auth login</code>, <code>models ls</code>, 
<code>download</code>, <code>upload</code>, and <code>jobs run</code> — now 
appear before the Python library section. A new <strong>For AI agents</strong> 
section introduces <code>hf skills add</code> for Codex, Cursor, OpenCode, 
Claude Code, and other AI tools. The Python content remains intact under the 
renamed <strong>Use the Python library</strong> heading, with refreshed example 
models and a corrected tagline (&quot;The official CLI and Python client for 
the Hugging Face Hub&quot;).</p>
   <ul>
   <li>CLI-first README: standalone installer and terminal quick start up top 
by <a href="https://github.com/davanstrien";><code>@​davanstrien</code></a> in 
<a 
href="https://redirect.github.com/huggingface/huggingface_hub/issues/4527";>#4527</a></li>
   <li>Mention the hf CLI in the README quick start by <a 
href="https://github.com/davanstrien";><code>@​davanstrien</code></a> in <a 
href="https://redirect.github.com/huggingface/huggingface_hub/issues/4514";>#4514</a></li>
   </ul>
   <h2>🐛 Bug and typo fixes</h2>
   <ul>
   <li>[Download] Fix xet download rate: show summed, not per-file speed by <a 
href="https://github.com/rajatarya";><code>@​rajatarya</code></a> in <a 
href="https://redirect.github.com/huggingface/huggingface_hub/issues/4530";>#4530</a></li>
   </ul>
   <h2>🏗️ Internal</h2>
   <ul>
   <li>Bump the actions group with 4 updates by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in <a 
href="https://redirect.github.com/huggingface/huggingface_hub/issues/4503";>#4503</a></li>
   <li>Post-release: bump version to 1.24.0.dev0 by <a 
href="https://github.com/huggingface-hub-bot";><code>@​huggingface-hub-bot</code></a>[bot]
 in <a 
href="https://redirect.github.com/huggingface/huggingface_hub/issues/4516";>#4516</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/huggingface/huggingface_hub/commit/36fd32c84d630f455a23b9a3bc4dc7b76d19cdde";><code>36fd32c</code></a>
 Release: v1.24.0</li>
   <li><a 
href="https://github.com/huggingface/huggingface_hub/commit/240dcf45c6dfcb02a3fed8a4e22d4e81de0dcb3b";><code>240dcf4</code></a>
 Release: v1.24.0.rc3</li>
   <li><a 
href="https://github.com/huggingface/huggingface_hub/commit/d43b771e89d15b28eb89b136e2c836742b64ff5e";><code>d43b771</code></a>
 Release: v1.24.0.rc2</li>
   <li><a 
href="https://github.com/huggingface/huggingface_hub/commit/16e19c22340a39ba6053a3bd9c98133a3c1640fc";><code>16e19c2</code></a>
 Release: v1.24.0.rc1</li>
   <li><a 
href="https://github.com/huggingface/huggingface_hub/commit/2917e60e12f1e7cb85d94eef69cc268c4a93fb97";><code>2917e60</code></a>
 Release: v1.24.0.rc0</li>
   <li><a 
href="https://github.com/huggingface/huggingface_hub/commit/b2ae5b6a898d5303e55c256aa714f9f9a1f4bd70";><code>b2ae5b6</code></a>
 [Jobs] Add optional names to Jobs CLI and API (<a 
href="https://redirect.github.com/huggingface/huggingface_hub/issues/4532";>#4532</a>)</li>
   <li><a 
href="https://github.com/huggingface/huggingface_hub/commit/dc5c54080e546482eaf803910ce3ef0dd9ab7735";><code>dc5c540</code></a>
 CLI-first README: standalone installer and terminal quick start up top (<a 
href="https://redirect.github.com/huggingface/huggingface_hub/issues/4527";>#4527</a>)</li>
   <li><a 
href="https://github.com/huggingface/huggingface_hub/commit/74082b7037914e94a3b7cf6462368defaaec4079";><code>74082b7</code></a>
 [Download] Fix xet download rate showing per-file speed instead of summed 
tot...</li>
   <li><a 
href="https://github.com/huggingface/huggingface_hub/commit/91dc59a68531f1fd61985511f2d7f64e4e8214bf";><code>91dc59a</code></a>
 Bump the actions group with 4 updates (<a 
href="https://redirect.github.com/huggingface/huggingface_hub/issues/4503";>#4503</a>)</li>
   <li><a 
href="https://github.com/huggingface/huggingface_hub/commit/8a3189edbacf8bd941a64dc3c79c1e009581e606";><code>8a3189e</code></a>
 [Docs] Fix HTTP client name in download docs (<a 
href="https://redirect.github.com/huggingface/huggingface_hub/issues/4523";>#4523</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/huggingface/huggingface_hub/compare/v1.23.0...v1.24.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.23.0&new-version=1.24.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