dependabot[bot] opened a new pull request, #3279: URL: https://github.com/apache/iceberg-python/pull/3279
Bumps [huggingface-hub](https://github.com/huggingface/huggingface_hub) from 1.10.1 to 1.11.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.11.0] Semantic Spaces search, Space logs, and more</h2> <h2>๐ Semantic search for Spaces</h2> <p>Discover Spaces using natural language. The new <code>search_spaces()</code> API and <code>hf spaces search</code> CLI use embedding-based semantic search to find relevant Spaces based on what they do - not just keyword matching on their name.</p> <pre lang="python"><code>>>> from huggingface_hub import search_spaces <p>>>> results = search_spaces("remove background from photo") >>> for space in results: ... print(f"{space.id} (score: {space.score:.2f})") briaai/BRIA-RMBG-1.4 (score: 0.87) </code></pre></p> <p>The same capability is available in the CLI:</p> <pre lang="bash"><code>$ hf spaces search "remove background from photo" --limit 3 ID TITLE SDK LIKES STAGE CATEGORY SCORE ---------------------------- --------------------- ------ ----- ------- ------------------ ----- not-lain/background-removal Background Removal gradio 2794 RUNNING Image Editing 0.85 briaai/BRIA-RMBG-2.0 BRIA RMBG 2.0 gradio 918 RUNNING Background Removal 0.84 Xenova/remove-background-web Remove Background Web static 739 RUNNING Background Removal 0.81 Hint: Use --description to show AI-generated descriptions. <h1>Filter by SDK, get JSON with descriptions</h1> <p>$ hf spaces search "chatbot" --sdk gradio --description --json --limit 1 | jq [ { "id": "BarBar288/Chatbot", "title": "Chatbot", "sdk": "gradio", "likes": 4, "stage": "RUNNING", "category": "Other", "score": 0.5, "description": "Perform various AI tasks like chat, image generation, and text-to-speech" } ] </code></pre></p> <ul> <li><a href="https://redirect.github.com/huggingface/huggingface_hub/pull/4094">Add <code>hf spaces</code> command with semantic search</a> by <a href="https://github.com/Wauplin"><code>@โWauplin</code></a> in <a href="https://redirect.github.com/huggingface/huggingface_hub/issues/4094">#4094</a></li> </ul> <h2>๐ Programmatic access to Space logs</h2> <p>When a Space fails to build or crashes at runtime, you can now retrieve the logs programmatically โ no need to open the browser. This is particularly useful for agentic workflows that need to debug Space failures autonomously.</p> <pre lang="python"><code>>>> from huggingface_hub import fetch_space_logs <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/6ae4175acf039395ff5c51d583c50f91a138c4a6"><code>6ae4175</code></a> Release: v1.11.0</li> <li><a href="https://github.com/huggingface/huggingface_hub/commit/55249219a9e7d4c031fd17dd4bb18c1edc22d542"><code>5524921</code></a> Release: v1.11.0.rc0</li> <li><a href="https://github.com/huggingface/huggingface_hub/commit/26d78866540f382e5d9ae958a9af0c2b56a32676"><code>26d7886</code></a> Deprecate <code>model_name</code> in favor of <code>search</code> in <code>list_models</code> (<a href="https://redirect.github.com/huggingface/huggingface_hub/issues/4112">#4112</a>)</li> <li><a href="https://github.com/huggingface/huggingface_hub/commit/f6b3dbe966b906e10494d8224e5857dc07db4cd7"><code>f6b3dbe</code></a> [CLI] Clarify that -v/--volume accepts multiple volumes (<a href="https://redirect.github.com/huggingface/huggingface_hub/issues/4113">#4113</a>)</li> <li><a href="https://github.com/huggingface/huggingface_hub/commit/b7ed360daae52e62e304b2087420522f9a6a9d07"><code>b7ed360</code></a> [Spaces] Add fetch_space_logs + hf spaces logs command (<a href="https://redirect.github.com/huggingface/huggingface_hub/issues/4091">#4091</a>)</li> <li><a href="https://github.com/huggingface/huggingface_hub/commit/6cace2b12f1340f469a96a3b58b6ba3203a4b1a4"><code>6cace2b</code></a> [CLI] Add <code>hf spaces volumes</code> commands (<a href="https://redirect.github.com/huggingface/huggingface_hub/issues/4109">#4109</a>)</li> <li><a href="https://github.com/huggingface/huggingface_hub/commit/0cbf4dcbd9e0a88b358952ab3873d6038de6b202"><code>0cbf4dc</code></a> [Internal] Update AGENTS.md (<a href="https://redirect.github.com/huggingface/huggingface_hub/issues/4110">#4110</a>)</li> <li><a href="https://github.com/huggingface/huggingface_hub/commit/b3a8eb58e4931bd6124e684fe1c4cf6cc1209b5a"><code>b3a8eb5</code></a> [CLI] Add <code>hf spaces search</code> command with semantic search (<a href="https://redirect.github.com/huggingface/huggingface_hub/issues/4094">#4094</a>)</li> <li><a href="https://github.com/huggingface/huggingface_hub/commit/d6f252cda3f666f94c396ccb047d5c86bc885ca1"><code>d6f252c</code></a> [docs] Promote manage-spaces walkthrough steps to H3 (<a href="https://redirect.github.com/huggingface/huggingface_hub/issues/4108">#4108</a>)</li> <li><a href="https://github.com/huggingface/huggingface_hub/commit/52e6adb6ee84e77bb059d82c246595ff680da421"><code>52e6adb</code></a> [CLI] Add <code>hf auth token</code> command (<a href="https://redirect.github.com/huggingface/huggingface_hub/issues/4104">#4104</a>)</li> <li>Additional commits viewable in <a href="https://github.com/huggingface/huggingface_hub/compare/v1.10.1...v1.11.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]
