dependabot[bot] opened a new pull request, #3200: URL: https://github.com/apache/iceberg-python/pull/3200
Bumps [huggingface-hub](https://github.com/huggingface/huggingface_hub) from 1.7.2 to 1.8.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.8.0] Mounted volumes on Jobs, complete papers CLI, and more</h2> <h2>🚀 Jobs can now mount volumes</h2> <p>Jobs can now access Hugging Face repositories (models, datasets, Spaces) and Storage Buckets directly as mounted volumes in their containers. This enables powerful workflows like running queries directly against datasets, loading models without explicit downloads, and persisting training checkpoints to buckets.</p> <pre lang="python"><code>from huggingface_hub import run_job, Volume <p>job = run_job( image="duckdb/duckdb", command=["duckdb", "-c", "SELECT * FROM '/data/**/*.parquet' LIMIT 5"], volumes=[ Volume(type="dataset", source="HuggingFaceFW/fineweb", mount_path="/data"), ], ) </code></pre></p> <pre lang="bash"><code>hf jobs run -v hf://datasets/HuggingFaceFW/fineweb:/data duckdb/duckdb duckdb -c "SELECT * FROM '/data/**/*.parquet' LIMIT 5" </code></pre> <ul> <li>Add volume mounting support for buckets and repos by <a href="https://github.com/XciD"><code>@XciD</code></a> in <a href="https://redirect.github.com/huggingface/huggingface_hub/issues/3936">#3936</a></li> </ul> <h2>📖 Papers CLI is now complete</h2> <p>The <code>hf papers</code> command now has full functionality: search papers by keyword, get structured JSON metadata, and read the full paper content as markdown. The <code>ls</code> command is also enhanced with new filters for week, month, and submitter.</p> <pre lang="bash"><code># Search papers hf papers search "vision language" <h1>Get metadata</h1> <p>hf papers info 2601.15621</p> <h1>Read as markdown</h1> <p>hf papers read 2601.15621 </code></pre></p> <ul> <li>Complete <code>hf papers</code> with search, info, read + ls filters by <a href="https://github.com/mishig25"><code>@mishig25</code></a> in <a href="https://redirect.github.com/huggingface/huggingface_hub/issues/3952">#3952</a></li> </ul> <h2>🖥️ CLI repo ID shorthand</h2> <p>You can now use repo ID prefixes like <code>spaces/user/repo</code>, <code>datasets/user/repo</code>, and <code>models/user/repo</code> as a shorthand for <code>user/repo --type space</code>. This works automatically for all CLI commands that accept a <code>--type</code> flag.</p> <pre lang="bash"><code># Before hf download user/my-space --type space hf discussions list user/my-dataset --type dataset <h1>After</h1> <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/8b7c45c4dbde093041ea661f05a1aa47177f8510"><code>8b7c45c</code></a> Release: v1.8.0</li> <li><a href="https://github.com/huggingface/huggingface_hub/commit/5e62f96a0be3857724872063f9b979dfd2c747e6"><code>5e62f96</code></a> Release: v1.8.0.rc0</li> <li><a href="https://github.com/huggingface/huggingface_hub/commit/701fb0b1f7a927c40febe553a2322fcf37034517"><code>701fb0b</code></a> feat(jobs): add volume mounting support for buckets and repos (<a href="https://redirect.github.com/huggingface/huggingface_hub/issues/3936">#3936</a>)</li> <li><a href="https://github.com/huggingface/huggingface_hub/commit/98e9a9474827445a80c26e9c0ccf9e114c721f50"><code>98e9a94</code></a> Use huggingface-hub-bot for post-release PR creation (<a href="https://redirect.github.com/huggingface/huggingface_hub/issues/3967">#3967</a>)</li> <li><a href="https://github.com/huggingface/huggingface_hub/commit/9e7fbad5e446f5d9ed49fb58b5b081c2d507d553"><code>9e7fbad</code></a> [CLI] Accept <code>spaces/user/repo</code> as repo ID prefix shorthand (<a href="https://redirect.github.com/huggingface/huggingface_hub/issues/3929">#3929</a>)</li> <li><a href="https://github.com/huggingface/huggingface_hub/commit/da46c21aa51768b1428d87b592ae1c2d147c4232"><code>da46c21</code></a> More robust stream to stdout in hf cp command (<a href="https://redirect.github.com/huggingface/huggingface_hub/issues/3968">#3968</a>)</li> <li><a href="https://github.com/huggingface/huggingface_hub/commit/e41dce254c486b019d86a5fb9f278e34d307dbba"><code>e41dce2</code></a> Add <code>visibility</code> parameter to <code>HfApi</code> repo create/update/duplicate methods (#...</li> <li><a href="https://github.com/huggingface/huggingface_hub/commit/274fabf86609e62b8d8c5c052bd1d1da2f031c2d"><code>274fabf</code></a> [CLI] Mention <code>hf-mount</code> in CLI skill (<a href="https://redirect.github.com/huggingface/huggingface_hub/issues/3966">#3966</a>)</li> <li><a href="https://github.com/huggingface/huggingface_hub/commit/778d306a08484ea3a7464e02aa2c2535f678b57d"><code>778d306</code></a> [CLI] Add space-specific options to <code>hf repos create</code> and `hf repos duplicate...</li> <li><a href="https://github.com/huggingface/huggingface_hub/commit/55964776789fb26345fe6d8263f57e50c5b0f37b"><code>5596477</code></a> Update hardware flavors with HF Hub (<a href="https://redirect.github.com/huggingface/huggingface_hub/issues/3965">#3965</a>)</li> <li>Additional commits viewable in <a href="https://github.com/huggingface/huggingface_hub/compare/v1.7.2...v1.8.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]
