Build: Bump huggingface-hub from 0.32.2 to 0.32.3 (#2061)

Bumps [huggingface-hub](https://github.com/huggingface/huggingface_hub)
from 0.32.2 to 0.32.3.
<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.32.3]: Handle env variables in <code>tiny-agents</code>, better
CLI exit and handling of MCP tool calls arguments</h2>
<p>Full Changelog: <a
href="https://github.com/huggingface/huggingface_hub/compare/v0.32.2...v0.32.3">https://github.com/huggingface/huggingface_hub/compare/v0.32.2...v0.32.3</a></p>
<p>This release introduces some improvements and bug fixes to
<code>tiny-agents</code>:</p>
<ul>
<li>[tiny-agents] Handle env variables in tiny-agents (Python client) <a
href="https://redirect.github.com/huggingface/huggingface_hub/issues/3129">#3129</a></li>
<li>[Fix] <code>tiny-agents</code> cli exit issues <a
href="https://redirect.github.com/huggingface/huggingface_hub/issues/3125">#3125</a></li>
<li>Improve Handling of MCP Tool Call Arguments <a
href="https://redirect.github.com/huggingface/huggingface_hub/issues/3127">#3127</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/huggingface/huggingface_hub/commit/b71dbb7435dbb6b3fe444789ad5324ef4b0f4357"><code>b71dbb7</code></a>
Release: v0.32.3</li>
<li><a
href="https://github.com/huggingface/huggingface_hub/commit/2cff6e4000f74173f8b58f2ad92da2b1473d2eaa"><code>2cff6e4</code></a>
[tiny-agents] Handle env variables in tiny-agents (Python client) (<a
href="https://redirect.github.com/huggingface/huggingface_hub/issues/3129">#3129</a>)</li>
<li><a
href="https://github.com/huggingface/huggingface_hub/commit/61bdee74664a5d4a262c1bb83915e445c5201158"><code>61bdee7</code></a>
Fix <code>tiny-agents</code> cli exit issues (<a
href="https://redirect.github.com/huggingface/huggingface_hub/issues/3125">#3125</a>)</li>
<li><a
href="https://github.com/huggingface/huggingface_hub/commit/a212a632c702881c33eb5c31bfd83351663aa4bd"><code>a212a63</code></a>
Improve Handling of MCP Tool Call Arguments (<a
href="https://redirect.github.com/huggingface/huggingface_hub/issues/3127">#3127</a>)</li>
<li>See full diff in <a
href="https://github.com/huggingface/huggingface_hub/compare/v0.32.2...v0.32.3">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=huggingface-hub&package-manager=pip&previous-version=0.32.2&new-version=0.32.3)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 file changed
tree: d774f62463e19bf393791cb219624dd55688d8e1
  1. .github/
  2. dev/
  3. mkdocs/
  4. pyiceberg/
  5. tests/
  6. vendor/
  7. .asf.yaml
  8. .codespellrc
  9. .gitignore
  10. .markdownlint.yaml
  11. .pre-commit-config.yaml
  12. build-module.py
  13. LICENSE
  14. Makefile
  15. MANIFEST.in
  16. NOTICE
  17. poetry.lock
  18. pyproject.toml
  19. README.md
  20. ruff.toml
README.md

Iceberg Python

PyIceberg is a Python library for programmatic access to Iceberg table metadata as well as to table data in Iceberg format. It is a Python implementation of the Iceberg table spec.

The documentation is available at https://py.iceberg.apache.org/.

Get in Touch