dependabot[bot] opened a new pull request, #2905: URL: https://github.com/apache/iceberg-python/pull/2905
Bumps [huggingface-hub](https://github.com/huggingface/huggingface_hub) from 1.2.3 to 1.3.1. <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.3.1] Add <code>dimensions</code> & <code>encoding_format</code> parameters to feature extraction (embeddings) task</h2> <ul> <li>Add <code>dimensions</code> & <code>encoding_format</code> parameter to InferenceClient for output embedding size <a href="https://redirect.github.com/huggingface/huggingface_hub/issues/3671">#3671</a> by <a href="https://github.com/mishig25"><code>@mishig25</code></a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/huggingface/huggingface_hub/compare/v1.3.0...v1.3.1">https://github.com/huggingface/huggingface_hub/compare/v1.3.0...v1.3.1</a></p> <h2>[v1.3.0] New CLI Commands for Hub Discovery, Jobs Monitoring and more!</h2> <h2>🖥️ CLI: <code>hf models</code>, <code>hf datasets</code>, <code>hf spaces</code> Commands</h2> <p>The CLI has been reorganized with dedicated commands for Hub discovery, while <code>hf repo</code> stays focused on managing your own repositories.</p> <p><strong>New commands:</strong></p> <pre lang="console"><code># Models hf models ls --author=Qwen --limit=10 hf models info Qwen/Qwen-Image-2512 <h1>Datasets</h1> <p>hf datasets ls --filter "format:parquet" --sort=downloads hf datasets info HuggingFaceFW/fineweb</p> <h1>Spaces</h1> <p>hf spaces ls --search "3d" hf spaces info enzostvs/deepsite </code></pre></p> <p>This organization mirrors the Python API (<code>list_models</code>, <code>model_info</code>, etc.), keeps the <code>hf <resource> <action></code> pattern, and is extensible for future commands like <code>hf papers</code> or <code>hf collections</code>.</p> <ul> <li>[CLI] Add <code>hf models</code>/<code>hf datasets</code>/<code>hf spaces</code> commands by <a href="https://github.com/hanouticelina"><code>@hanouticelina</code></a> in <a href="https://redirect.github.com/huggingface/huggingface_hub/issues/3669">#3669</a></li> </ul> <h2>🔧 Transformers CLI Installer</h2> <p>You can now install the <code>transformers</code> CLI alongside the <code>huggingface_hub</code> CLI using the standalone installer scripts.</p> <pre lang="bash"><code># Install hf CLI only (default) curl -LsSf https://hf.co/cli/install.sh | bash -s <h1>Install both hf and transformers CLIs</h1> <p>curl -LsSf <a href="https://hf.co/cli/install.sh">https://hf.co/cli/install.sh</a> | bash -s -- --with-transformers </code></pre></p> <pre lang="powershell"><code># Install hf CLI only (default) powershell -c "irm https://hf.co/cli/install.ps1 | iex" # Install both hf and transformers CLIs powershell -c "irm https://hf.co/cli/install.ps1 | iex" -WithTransformers </code></pre> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/huggingface/huggingface_hub/commit/380b47b2d92456a56ac70515d6fcfa52d2df2d8f"><code>380b47b</code></a> Release: v1.3.1</li> <li><a href="https://github.com/huggingface/huggingface_hub/commit/f591b9025dfb8b6ad37dbb33561901a00fb126e7"><code>f591b90</code></a> Add <code>dimensions</code> & <code>encoding_format</code> parameter to InferenceClient for output ...</li> <li><a href="https://github.com/huggingface/huggingface_hub/commit/5997bf79fbc5bf2dd17f876ee1e023f09a215b03"><code>5997bf7</code></a> Release: v1.3.0</li> <li><a href="https://github.com/huggingface/huggingface_hub/commit/dd765737745cbad42e5c8bf55414bdd5eb5324dd"><code>dd76573</code></a> Release: v1.3.0.rc0</li> <li><a href="https://github.com/huggingface/huggingface_hub/commit/3523d1e1d9898b54b2739a33cfaf8363f14ae0ea"><code>3523d1e</code></a> [CLI] Add <code>hf models</code>/<code>hf datasets</code>/<code>hf spaces</code> commands (<a href="https://redirect.github.com/huggingface/huggingface_hub/issues/3669">#3669</a>)</li> <li><a href="https://github.com/huggingface/huggingface_hub/commit/2ea018dc7cb420fcb0e80844676153cb8bdad770"><code>2ea018d</code></a> Remove fastai integration tests (<a href="https://redirect.github.com/huggingface/huggingface_hub/issues/3670">#3670</a>)</li> <li><a href="https://github.com/huggingface/huggingface_hub/commit/d30ba76dbd49fcf0d3d849c749ee503448d690ea"><code>d30ba76</code></a> Support 'x | y' syntax in strict dataclasses (<a href="https://redirect.github.com/huggingface/huggingface_hub/issues/3668">#3668</a>)</li> <li><a href="https://github.com/huggingface/huggingface_hub/commit/ed746b959683d3a56c39dfbb2851d4a5417964b2"><code>ed746b9</code></a> Support local folders safetensors metadata (<a href="https://redirect.github.com/huggingface/huggingface_hub/issues/3623">#3623</a>)</li> <li><a href="https://github.com/huggingface/huggingface_hub/commit/11b385a8463da4843dc08b4095561fc93981d25f"><code>11b385a</code></a> Update papers model (<a href="https://redirect.github.com/huggingface/huggingface_hub/issues/3586">#3586</a>)</li> <li><a href="https://github.com/huggingface/huggingface_hub/commit/34210fa3e3283ee61156f6740346bb71d08f43b6"><code>34210fa</code></a> [Jobs] Monitor cpu, memory, network and gpu (if any) (<a href="https://redirect.github.com/huggingface/huggingface_hub/issues/3655">#3655</a>)</li> <li>Additional commits viewable in <a href="https://github.com/huggingface/huggingface_hub/compare/v1.2.3...v1.3.1">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]
