dependabot[bot] opened a new pull request, #2448: URL: https://github.com/apache/iceberg-python/pull/2448
Bumps [huggingface-hub](https://github.com/huggingface/huggingface_hub) from 0.32.5 to 0.34.4. <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>[v0.34.4] Support Image to Video inference + QoL in jobs API, auth and utilities</h2> <p>Biggest update is the support of Image-To-Video task with inference provider Fal AI</p> <ul> <li>[Inference] Support image to video task <a href="https://redirect.github.com/huggingface/huggingface_hub/issues/3289">#3289</a> by <a href="https://github.com/hanouticelina"><code>@hanouticelina</code></a></li> </ul> <pre lang="py"><code>>>> from huggingface_hub import InferenceClient >>> client = InferenceClient() >>> video = client.image_to_video("cat.jpg", model="Wan-AI/Wan2.2-I2V-A14B", prompt="turn the cat into a tiger") >>> with open("tiger.mp4", "wb") as f: ... f.write(video) </code></pre> <p>And some quality of life improvements:</p> <ul> <li>Add type to job owner <a href="https://redirect.github.com/huggingface/huggingface_hub/issues/3291">#3291</a> by <a href="https://github.com/drbh"><code>@drbh</code></a></li> <li>Include HF_HUB_DISABLE_XET in the environment dump <a href="https://redirect.github.com/huggingface/huggingface_hub/issues/3290">#3290</a> by <a href="https://github.com/hanouticelina"><code>@hanouticelina</code></a></li> <li>Whoami: custom message only on unauthorized <a href="https://redirect.github.com/huggingface/huggingface_hub/issues/3288">#3288</a> by <a href="https://github.com/Wauplin"><code>@Wauplin</code></a></li> <li>Add validation warnings for repository limits in upload_large_folder <a href="https://redirect.github.com/huggingface/huggingface_hub/issues/3280">#3280</a> by <a href="https://github.com/davanstrien"><code>@davanstrien</code></a></li> <li>Add timeout info to Jobs guide docs <a href="https://redirect.github.com/huggingface/huggingface_hub/issues/3281">#3281</a> by <a href="https://github.com/davanstrien"><code>@davanstrien</code></a></li> <li>[Jobs] Use current or stored token in a Job secrets <a href="https://redirect.github.com/huggingface/huggingface_hub/issues/3272">#3272</a> by <a href="https://github.com/lhoestq"><code>@lhoestq</code></a></li> <li>Fix bash history expansion in hf jobs example <a href="https://redirect.github.com/huggingface/huggingface_hub/issues/3277">#3277</a> by <a href="https://github.com/nyuuzyou"><code>@nyuuzyou</code></a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/huggingface/huggingface_hub/compare/v0.34.3...v0.34.4">https://github.com/huggingface/huggingface_hub/compare/v0.34.3...v0.34.4</a></p> <h2>[v0.34.3] Jobs improvements and <code>whoami</code> user prefix</h2> <ul> <li>[Jobs] Update uv image <a href="https://redirect.github.com/huggingface/huggingface_hub/issues/3270">#3270</a> by <a href="https://github.com/lhoestq"><code>@lhoestq</code></a></li> <li>[Update] HF Jobs Documentation <a href="https://redirect.github.com/huggingface/huggingface_hub/issues/3268">#3268</a> by <a href="https://github.com/ariG23498"><code>@ariG23498</code></a></li> <li>Add 'user:' prefix to whoami command output <a href="https://redirect.github.com/huggingface/huggingface_hub/issues/3267">#3267</a> by <a href="https://github.com/gary149"><code>@gary149</code></a></li> </ul> <p>Full Changelog: <a href="https://github.com/huggingface/huggingface_hub/compare/v0.34.2...v0.34.3">https://github.com/huggingface/huggingface_hub/compare/v0.34.2...v0.34.3</a></p> <h2>[v0.34.2] Bug fixes: Windows path handling & resume download size fix</h2> <ul> <li>bug fix: only extend path on window sys in <a href="https://redirect.github.com/huggingface/huggingface_hub/issues/3265">#3265</a> by <a href="https://github.com/vealocia"><code>@vealocia</code></a></li> <li>Fix bad total size after resuming download in <a href="https://redirect.github.com/huggingface/huggingface_hub/issues/3234">#3234</a> by <a href="https://github.com/DKingAlpha"><code>@DKingAlpha</code></a></li> </ul> <p><strong>Full Changelog: <a href="https://github.com/huggingface/huggingface_hub/compare/v0.34.1...v0.34.2">https://github.com/huggingface/huggingface_hub/compare/v0.34.1...v0.34.2</a></strong></p> <h2>[v0.34.1] [CLI] print help if no command provided</h2> <p><strong>Full Changelog</strong>: <a href="https://github.com/huggingface/huggingface_hub/compare/v0.34.0...v0.34.1">https://github.com/huggingface/huggingface_hub/compare/v0.34.0...v0.34.1</a></p> <h2>[v0.34.0] Announcing Jobs: a new way to run compute on Hugging Face!</h2> <h2>🔥🔥🔥 Announcing Jobs: a new way to run compute on Hugging Face!</h2> <p>We're thrilled to introduce a powerful new command-line interface for running and managing compute jobs on Hugging Face infrastructure! With the new <code>hf jobs</code> command, you can now seamlessly launch, monitor, and manage jobs using a familiar Docker-like experience. Run any command in Docker images (from Docker Hub, Hugging Face Spaces, or your own custom images) on a variety of hardware including CPUs, GPUs, and TPUs - all with simple, intuitive commands.</p> <p><strong>Key features:</strong></p> <ul> <li>🐳 <strong>Docker-like CLI</strong>: Familiar commands (<code>run</code>, <code>ps</code>, <code>logs</code>, <code>inspect</code>, <code>cancel</code>) to run and manage jobs</li> <li>🔥 <strong>Any Hardware</strong>: Instantly access CPUs, T4/A10G/A100 GPUs, and TPUs with a simple flag</li> <li>📦 <strong>Run Anything</strong>: Use Docker images, HF Spaces, or custom containers</li> <li>📊 <strong>Live Monitoring</strong>: Stream logs in real-time, just like running locally</li> <li>💰 <strong>Pay-as-you-go</strong>: Only pay for the seconds you use</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/84a92a92c24b7755963ab4195bf2c8b4129c911f"><code>84a92a9</code></a> Release: v0.34.4</li> <li><a href="https://github.com/huggingface/huggingface_hub/commit/6196ac2cbc25ad7a4bce81bc1e6f6bd9a374d458"><code>6196ac2</code></a> Add type to job owner (<a href="https://redirect.github.com/huggingface/huggingface_hub/issues/3291">#3291</a>)</li> <li><a href="https://github.com/huggingface/huggingface_hub/commit/4f6975f697d43087fea5646854cf5d121f6ee211"><code>4f6975f</code></a> Include <code>HF_HUB_DISABLE_XET</code> in the environment dump (<a href="https://redirect.github.com/huggingface/huggingface_hub/issues/3290">#3290</a>)</li> <li><a href="https://github.com/huggingface/huggingface_hub/commit/3720a5096f18873eae36a063e162261598e680de"><code>3720a50</code></a> [Inference] Support image to video task (<a href="https://redirect.github.com/huggingface/huggingface_hub/issues/3289">#3289</a>)</li> <li><a href="https://github.com/huggingface/huggingface_hub/commit/bb5e4c7a2c63d68bdbb7682085ab9453f9e5287a"><code>bb5e4c7</code></a> Whoami: custom message only on unauthorized (<a href="https://redirect.github.com/huggingface/huggingface_hub/issues/3288">#3288</a>)</li> <li><a href="https://github.com/huggingface/huggingface_hub/commit/a725256f318bdd69e8e224ee535c50f68dd37bc1"><code>a725256</code></a> Add validation warnings for repository limits in upload_large_folder (<a href="https://redirect.github.com/huggingface/huggingface_hub/issues/3280">#3280</a>)</li> <li><a href="https://github.com/huggingface/huggingface_hub/commit/a181b0f088f0ee4721eefb2ed0de7191eb4ee6a2"><code>a181b0f</code></a> Add timeout info to Jobs guide docs (<a href="https://redirect.github.com/huggingface/huggingface_hub/issues/3281">#3281</a>)</li> <li><a href="https://github.com/huggingface/huggingface_hub/commit/4d38925c8dab2881469d64eddacef73eda9e8a32"><code>4d38925</code></a> [Jobs] Use current or stored token in a Job secrets (<a href="https://redirect.github.com/huggingface/huggingface_hub/issues/3272">#3272</a>)</li> <li><a href="https://github.com/huggingface/huggingface_hub/commit/1580ce18c7419576a033622a461f35bdf0be021c"><code>1580ce1</code></a> Fix bash history expansion in hf jobs example (<a href="https://redirect.github.com/huggingface/huggingface_hub/issues/3277">#3277</a>)</li> <li><a href="https://github.com/huggingface/huggingface_hub/commit/0bbc5e1b10c78668b59d7581aa09be9bd577970b"><code>0bbc5e1</code></a> Release: v0.34.3</li> <li>Additional commits viewable in <a href="https://github.com/huggingface/huggingface_hub/compare/v0.32.5...v0.34.4">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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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]
