This is an automated email from the ASF dual-hosted git repository.

kevinjqliu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-python.git


The following commit(s) were added to refs/heads/main by this push:
     new b2b4cae4 Build: Bump huggingface-hub from 1.3.2 to 1.3.4 (#2961)
b2b4cae4 is described below

commit b2b4cae4ee030a5a1dc51e2f58b633d31a9a751c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 26 17:15:56 2026 -0800

    Build: Bump huggingface-hub from 1.3.2 to 1.3.4 (#2961)
    
    Bumps [huggingface-hub](https://github.com/huggingface/huggingface_hub)
    from 1.3.2 to 1.3.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>[v1.3.3] List Jobs Hardware &amp; Bug Fixes</h2>
    <h2>⚙️ List Jobs Hardware</h2>
    <p>You can now list all available hardware options for Hugging Face
    Jobs, both from the CLI and programmatically.</p>
    <p>From the CLI:</p>
    <pre lang="console"><code>➜ hf jobs hardware
    NAME PRETTY NAME CPU RAM ACCELERATOR COST/MIN COST/HOUR
    --------------- ---------------------- -------- ------- ----------------
    -------- ---------
    cpu-basic CPU Basic 2 vCPU 16 GB N/A $0.0002 $0.01
    cpu-upgrade CPU Upgrade 8 vCPU 32 GB N/A $0.0005 $0.03
    cpu-performance CPU Performance 8 vCPU 32 GB N/A $0.0000 $0.00
    cpu-xl CPU XL 16 vCPU 124 GB N/A $0.0000 $0.00
    t4-small Nvidia T4 - small 4 vCPU 15 GB 1x T4 (16 GB) $0.0067 $0.40
    t4-medium Nvidia T4 - medium 8 vCPU 30 GB 1x T4 (16 GB) $0.0100 $0.60
    a10g-small Nvidia A10G - small 4 vCPU 15 GB 1x A10G (24 GB) $0.0167
    $1.00
    a10g-large Nvidia A10G - large 12 vCPU 46 GB 1x A10G (24 GB) $0.0250
    $1.50
    a10g-largex2 2x Nvidia A10G - large 24 vCPU 92 GB 2x A10G (48 GB)
    $0.0500 $3.00
    a10g-largex4 4x Nvidia A10G - large 48 vCPU 184 GB 4x A10G (96 GB)
    $0.0833 $5.00
    a100-large Nvidia A100 - large 12 vCPU 142 GB 1x A100 (80 GB) $0.0417
    $2.50
    a100x4 4x Nvidia A100 48 vCPU 568 GB 4x A100 (320 GB) $0.1667 $10.00
    a100x8 8x Nvidia A100 96 vCPU 1136 GB 8x A100 (640 GB) $0.3333 $20.00
    l4x1 1x Nvidia L4 8 vCPU 30 GB 1x L4 (24 GB) $0.0133 $0.80
    l4x4 4x Nvidia L4 48 vCPU 186 GB 4x L4 (96 GB) $0.0633 $3.80
    l40sx1 1x Nvidia L40S 8 vCPU 62 GB 1x L40S (48 GB) $0.0300 $1.80
    l40sx4 4x Nvidia L40S 48 vCPU 382 GB 4x L40S (192 GB) $0.1383 $8.30
    l40sx8 8x Nvidia L40S 192 vCPU 1534 GB 8x L40S (384 GB) $0.3917 $23.50
    </code></pre>
    <p>Programmatically:</p>
    <pre lang="python"><code>&gt;&gt;&gt; from huggingface_hub import HfApi
    &gt;&gt;&gt; api = HfApi()
    &gt;&gt;&gt; hardware_list = api.list_jobs_hardware()
    &gt;&gt;&gt; hardware_list[0]
    JobHardware(name='cpu-basic', pretty_name='CPU Basic', cpu='2 vCPU',
    ram='16 GB', accelerator=None, unit_cost_micro_usd=167,
    unit_cost_usd=0.000167, unit_label='minute')
    &gt;&gt;&gt; hardware_list[0].name
    'cpu-basic'
    </code></pre>
    <ul>
    <li>[Jobs] List available hardware in <a
    
href="https://redirect.github.com/huggingface/huggingface_hub/issues/3693";>#3693</a>
    by <a href="https://github.com/Wauplin";><code>@​Wauplin</code></a></li>
    </ul>
    <h2>🐛 Bug Fixes</h2>
    <ul>
    <li>Fix severe performance regression in streaming by keeping a byte
    iterator in <code>HfFileSystemStreamFile</code> in <a
    
href="https://redirect.github.com/huggingface/huggingface_hub/issues/3685";>#3685</a>
    by <a href="https://github.com/leq6c";><code>@​leq6c</code></a></li>
    <li>Fix verify incorrectly reporting folders as missing files in <a
    
href="https://redirect.github.com/huggingface/huggingface_hub/issues/3707";>#3707</a>
    by <a
    href="https://github.com/Mitix-EPI";><code>@​Mitix-EPI</code></a></li>
    <li>Fix <code>resolve_path(</code>) with special char @ in <a
    
href="https://redirect.github.com/huggingface/huggingface_hub/issues/3704";>#3704</a>
    by <a href="https://github.com/lhoestq";><code>@​lhoestq</code></a></li>
    <li>Fix curlify with streaming request in <a
    
href="https://redirect.github.com/huggingface/huggingface_hub/issues/3692";>#3692</a>
    by <a
    
href="https://github.com/hanouticelina";><code>@​hanouticelina</code></a></li>
    </ul>
    <h2>✨ Various Improvements</h2>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    
href="https://github.com/huggingface/huggingface_hub/commit/875cfd41b3a54874d81d0b768284d0230afa2bb9";><code>875cfd4</code></a>
    Release: v1.3.4</li>
    <li><a
    
href="https://github.com/huggingface/huggingface_hub/commit/b34303bea028792713dea0d3b6fc4cca372b5b09";><code>b34303b</code></a>
    Default _endpoint to None in CommitInfo (<a
    
href="https://redirect.github.com/huggingface/huggingface_hub/issues/3737";>#3737</a>)</li>
    <li><a
    
href="https://github.com/huggingface/huggingface_hub/commit/44b672617ef2642bad21dc64899a9d0e8bcd19c2";><code>44b6726</code></a>
    Release: v1.3.3</li>
    <li><a
    
href="https://github.com/huggingface/huggingface_hub/commit/f72ba1595b2e45b719acc8202f5f07ed399c332a";><code>f72ba15</code></a>
    Update MAX_FILE_SIZE_GB from 50 to 200 to match hub-docs PR <a
    
href="https://redirect.github.com/huggingface/huggingface_hub/issues/2169";>#2169</a>
    (<a
    
href="https://redirect.github.com/huggingface/huggingface_hub/issues/3696";>#3696</a>)</li>
    <li><a
    
href="https://github.com/huggingface/huggingface_hub/commit/1260e324d23197dd58ba63f8ca22b68e61fef2bb";><code>1260e32</code></a>
    Wildcard pattern documentation (<a
    
href="https://redirect.github.com/huggingface/huggingface_hub/issues/3710";>#3710</a>)</li>
    <li><a
    
href="https://github.com/huggingface/huggingface_hub/commit/483a40725aaad589d14cdea11dd97f1084e669ca";><code>483a407</code></a>
    Fix cache verify incorrectly reporting folders as missing files (<a
    
href="https://redirect.github.com/huggingface/huggingface_hub/issues/3707";>#3707</a>)</li>
    <li><a
    
href="https://github.com/huggingface/huggingface_hub/commit/cd2a5514cf0830fdb7e7469d7829932d5e6aaa90";><code>cd2a551</code></a>
    fix resolve_path() with special char @ (<a
    
href="https://redirect.github.com/huggingface/huggingface_hub/issues/3704";>#3704</a>)</li>
    <li><a
    
href="https://github.com/huggingface/huggingface_hub/commit/c8fb1ffad3db21a646ad1717624d66cd59826c2b";><code>c8fb1ff</code></a>
    Repo commit count warning (<a
    
href="https://redirect.github.com/huggingface/huggingface_hub/issues/3698";>#3698</a>)</li>
    <li><a
    
href="https://github.com/huggingface/huggingface_hub/commit/fef7bcfbc33ec6780f3901fc160db1a1e03a6dc8";><code>fef7bcf</code></a>
    [Jobs] List available hardware (<a
    
href="https://redirect.github.com/huggingface/huggingface_hub/issues/3693";>#3693</a>)</li>
    <li><a
    
href="https://github.com/huggingface/huggingface_hub/commit/7fadc0b420113b33e591f182fdde2e067458aef5";><code>7fadc0b</code></a>
    Add limit param to list_papers API method (<a
    
href="https://redirect.github.com/huggingface/huggingface_hub/issues/3697";>#3697</a>)</li>
    <li>Additional commits viewable in <a
    
href="https://github.com/huggingface/huggingface_hub/compare/v1.3.2...v1.3.4";>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.3.2&new-version=1.3.4)](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>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 uv.lock | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/uv.lock b/uv.lock
index 94dbaa7f..78b4778b 100644
--- a/uv.lock
+++ b/uv.lock
@@ -2020,7 +2020,7 @@ wheels = [
 
 [[package]]
 name = "huggingface-hub"
-version = "1.3.2"
+version = "1.3.4"
 source = { registry = "https://pypi.org/simple"; }
 dependencies = [
     { name = "filelock" },
@@ -2034,9 +2034,9 @@ dependencies = [
     { name = "typer-slim" },
     { name = "typing-extensions" },
 ]
-sdist = { url = 
"https://files.pythonhosted.org/packages/ba/d6/02d1c505e1d3364230e5fa16d2b58c8f36a39c5efe8e99bc4d03d06fd0ca/huggingface_hub-1.3.2.tar.gz";,
 hash = 
"sha256:15d7902e154f04174a0816d1e9594adcf15cdad57596920a5dc70fadb5d896c7", size 
= 624018, upload-time = "2026-01-14T13:57:39.635Z" }
+sdist = { url = 
"https://files.pythonhosted.org/packages/af/25/74af9d16cd59ae15b12467a79a84aa0fe24be4aba68fc4da0c1864d49c17/huggingface_hub-1.3.4.tar.gz";,
 hash = 
"sha256:c20d5484a611b7b7891d272e8fc9f77d5de025b0480bdacfa858efb3780b455f", size 
= 627683, upload-time = "2026-01-26T14:05:10.656Z" }
 wheels = [
-    { url = 
"https://files.pythonhosted.org/packages/88/1d/acd3ef8aabb7813c6ef2f91785d855583ac5cd7c3599e5c1a1a2ed1ec2e5/huggingface_hub-1.3.2-py3-none-any.whl";,
 hash = 
"sha256:b552b9562a5532102a041fa31a6966bb9de95138fc7aa578bb3703198c25d1b6", size 
= 534504, upload-time = "2026-01-14T13:57:37.555Z" },
+    { url = 
"https://files.pythonhosted.org/packages/55/07/3d0c34c345043c6a398a5882e196b2220dc5861adfa18322448b90908f26/huggingface_hub-1.3.4-py3-none-any.whl";,
 hash = 
"sha256:a0c526e76eb316e96a91e8a1a7a93cf66b0dd210be1a17bd5fc5ae53cba76bfd", size 
= 536611, upload-time = "2026-01-26T14:05:08.549Z" },
 ]
 
 [[package]]

Reply via email to