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

   Bumps [huggingface-hub](https://github.com/huggingface/huggingface_hub) from 
1.1.1 to 1.1.2.
   <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.36.0] Last Stop Before 1.0</h2>
   <p>This is the final minor release before v1.0.0. This release focuses on 
performance optimizations to <code>HfFileSystem</code> and adds a new 
<code>get_organization_overview</code> API endpoint.</p>
   <p>We'll continue to release security patches as needed, but v0.37 will not 
happen. The next release will be 1.0.0. We’re also deeply grateful to the 
entire Hugging Face community for their feedback, bug reports, and suggestions 
that have shaped this library.</p>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/huggingface/huggingface_hub/compare/v0.35.0...v0.36.0";>https://github.com/huggingface/huggingface_hub/compare/v0.35.0...v0.36.0</a></p>
   <h2>📁 <code>HfFileSystem</code></h2>
   <p>Major optimizations have been implemented in 
<code>HfFileSystem</code>:</p>
   <ul>
   <li>Cache is kept when pickling a <code>fs</code> instance. This is 
particularily useful when streaming datasets in a distributed training 
environment. Each worker won't have to rebuild their cache anymore</li>
   </ul>
   <ul>
   <li>[HfFileSystem] Keep cache on pickle  by <a 
href="https://github.com/lhoestq";><code>@​lhoestq</code></a> in <a 
href="https://redirect.github.com/huggingface/huggingface_hub/issues/3443";>#3443</a></li>
   </ul>
   <p>Listing files with <code>.glob()</code> has been greatly optimized:</p>
   <pre lang="python"><code>from huggingface_hub import HfFileSystem
   
<p>HfFileSystem().glob(&quot;datasets/HuggingFaceFW/fineweb-edu/data/<em>/</em>&quot;)</p>
   <h1>Before: ~100 /tree calls (one per subdirectory)</h1>
   <h1>Now: 1 /tree call</h1>
   <p></code></pre></p>
   <ul>
   <li>[HfFileSystem] Optimize <code>maxdepth</code>: do less 
<code>/tree</code> calls in <code>glob()</code>  by <a 
href="https://github.com/lhoestq";><code>@​lhoestq</code></a> in <a 
href="https://redirect.github.com/huggingface/huggingface_hub/issues/3389";>#3389</a></li>
   </ul>
   <p>Minor updates:</p>
   <ul>
   <li>add block_size in <strong>init</strong>  by <a 
href="https://github.com/lhoestq";><code>@​lhoestq</code></a> in <a 
href="https://redirect.github.com/huggingface/huggingface_hub/issues/3425";>#3425</a></li>
   <li>hffs minor fix  by <a 
href="https://github.com/lhoestq";><code>@​lhoestq</code></a> in <a 
href="https://redirect.github.com/huggingface/huggingface_hub/issues/3449";>#3449</a></li>
   <li>HTTP backoff: Retry on ChunkedEncodingError  by <a 
href="https://github.com/lhoestq";><code>@​lhoestq</code></a> in <a 
href="https://redirect.github.com/huggingface/huggingface_hub/issues/3437";>#3437</a></li>
   </ul>
   <h2>🌍 <code>HfApi</code></h2>
   <p>It is now possible to get high-level information about an organization, 
the same way it is already possible to do with users:</p>
   <pre lang="python"><code>&gt;&gt;&gt; from huggingface_hub import 
get_organization_overview
   &gt;&gt;&gt; get_organization_overview(&quot;huggingface&quot;)
   Organization(
       
avatar_url='https://cdn-avatars.huggingface.co/v1/production/uploads/1583856921041-5dd96eb166059660ed1ee413.png',
       name='huggingface',
       fullname='Hugging Face',
       details='The AI community building the future.',
       is_verified=True,
       is_following=True,
       num_users=198,
       num_models=164, num_spaces=96,
       num_datasets=1043,
       num_followers=64814
   )
   &lt;/tr&gt;&lt;/table&gt; 
   </code></pre>
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/huggingface/huggingface_hub/commit/31bccf5ec9f56037039a10adc38cb0b16d6a5619";><code>31bccf5</code></a>
 Release: v1.1.2</li>
   <li><a 
href="https://github.com/huggingface/huggingface_hub/commit/253734300d6e427383c3814264d83f91f8a772cf";><code>2537343</code></a>
 Make 'name' optional in catalog deploy (<a 
href="https://redirect.github.com/huggingface/huggingface_hub/issues/3529";>#3529</a>)</li>
   <li>See full diff in <a 
href="https://github.com/huggingface/huggingface_hub/compare/v1.1.1...v1.1.2";>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.1.1&new-version=1.1.2)](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]

Reply via email to