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

   Bumps [pyiceberg](https://github.com/apache/iceberg-python) from 0.11.1 to 
0.12.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/iceberg-python/releases";>pyiceberg's 
releases</a>.</em></p>
   <blockquote>
   <h2>pyiceberg-0.12.0</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Catalog tests around nonexistent tables + namespaces by <a 
href="https://github.com/rambleraptor";><code>@​rambleraptor</code></a> in <a 
href="https://redirect.github.com/apache/iceberg-python/pull/2990";>apache/iceberg-python#2990</a></li>
   <li>Upgrade to RAT 0.17 by <a 
href="https://github.com/kevinjqliu";><code>@​kevinjqliu</code></a> in <a 
href="https://redirect.github.com/apache/iceberg-python/pull/2992";>apache/iceberg-python#2992</a></li>
   <li>Fix: make test-coverage to properly enable coverage for all test suites 
by <a href="https://github.com/kevinjqliu";><code>@​kevinjqliu</code></a> in <a 
href="https://redirect.github.com/apache/iceberg-python/pull/2989";>apache/iceberg-python#2989</a></li>
   <li>feat: Add tell() to OutputStream writers by <a 
href="https://github.com/geruh";><code>@​geruh</code></a> in <a 
href="https://redirect.github.com/apache/iceberg-python/pull/2998";>apache/iceberg-python#2998</a></li>
   <li>infra: upgrade pytest and use pytest_lazy_fixtures by <a 
href="https://github.com/kevinjqliu";><code>@​kevinjqliu</code></a> in <a 
href="https://redirect.github.com/apache/iceberg-python/pull/2978";>apache/iceberg-python#2978</a></li>
   <li>fix: ignore local config during tests by <a 
href="https://github.com/geruh";><code>@​geruh</code></a> in <a 
href="https://redirect.github.com/apache/iceberg-python/pull/3006";>apache/iceberg-python#3006</a></li>
   <li>fix: Hive catalog test failure on CPython 3.13.12 by <a 
href="https://github.com/geruh";><code>@​geruh</code></a> in <a 
href="https://redirect.github.com/apache/iceberg-python/pull/3043";>apache/iceberg-python#3043</a></li>
   <li>docs: release docs improvements by <a 
href="https://github.com/kevinjqliu";><code>@​kevinjqliu</code></a> in <a 
href="https://redirect.github.com/apache/iceberg-python/pull/3030";>apache/iceberg-python#3030</a></li>
   <li>Add catalog properties for Catalog Tests by <a 
href="https://github.com/rambleraptor";><code>@​rambleraptor</code></a> in <a 
href="https://redirect.github.com/apache/iceberg-python/pull/2982";>apache/iceberg-python#2982</a></li>
   <li>feat: Add Geometry &amp; Geography Types by <a 
href="https://github.com/SaymV";><code>@​SaymV</code></a> in <a 
href="https://redirect.github.com/apache/iceberg-python/pull/2859";>apache/iceberg-python#2859</a></li>
   <li>infra: set github actions max-parallel to 15 by <a 
href="https://github.com/kevinjqliu";><code>@​kevinjqliu</code></a> in <a 
href="https://redirect.github.com/apache/iceberg-python/pull/3057";>apache/iceberg-python#3057</a></li>
   <li>fix: Accept all valid http method for IRC's ConfigResponse  by <a 
href="https://github.com/sumanth-manchala";><code>@​sumanth-manchala</code></a> 
in <a 
href="https://redirect.github.com/apache/iceberg-python/pull/3010";>apache/iceberg-python#3010</a></li>
   <li>feat(cli): add --prefix option for REST catalog by <a 
href="https://github.com/mrutunjay-kinagi";><code>@​mrutunjay-kinagi</code></a> 
in <a 
href="https://redirect.github.com/apache/iceberg-python/pull/3061";>apache/iceberg-python#3061</a></li>
   <li>CI: Add CodeQL workflow for GitHub Actions security scanning by <a 
href="https://github.com/kevinjqliu";><code>@​kevinjqliu</code></a> in <a 
href="https://redirect.github.com/apache/iceberg-python/pull/3060";>apache/iceberg-python#3060</a></li>
   <li>Surface too many requests exception by <a 
href="https://github.com/ms32035";><code>@​ms32035</code></a> in <a 
href="https://redirect.github.com/apache/iceberg-python/pull/3048";>apache/iceberg-python#3048</a></li>
   <li>fix: add Field alias for SetPartitionStatisticsUpdate.partition_stati… 
by <a href="https://github.com/shiwk";><code>@​shiwk</code></a> in <a 
href="https://redirect.github.com/apache/iceberg-python/pull/3035";>apache/iceberg-python#3035</a></li>
   <li>fix ssl deactivation from catalog properties <a 
href="https://redirect.github.com/apache/iceberg-python/issues/2985";>#2985</a> 
by <a href="https://github.com/MenelikV";><code>@​MenelikV</code></a> in <a 
href="https://redirect.github.com/apache/iceberg-python/pull/3012";>apache/iceberg-python#3012</a></li>
   <li>Optimization: Prune manifest in snapshot overwrite operations by <a 
href="https://github.com/gabeiglio";><code>@​gabeiglio</code></a> in <a 
href="https://redirect.github.com/apache/iceberg-python/pull/3011";>apache/iceberg-python#3011</a></li>
   <li>Add concurrency safety validation checks by <a 
href="https://github.com/gabeiglio";><code>@​gabeiglio</code></a> in <a 
href="https://redirect.github.com/apache/iceberg-python/pull/3049";>apache/iceberg-python#3049</a></li>
   <li>infra: simplify Makefile and uv by <a 
href="https://github.com/kevinjqliu";><code>@​kevinjqliu</code></a> in <a 
href="https://redirect.github.com/apache/iceberg-python/pull/2996";>apache/iceberg-python#2996</a></li>
   <li>fix: Extract ADLS account_name from URI hostname in FsspecFileIO by <a 
href="https://github.com/antonlin1";><code>@​antonlin1</code></a> in <a 
href="https://redirect.github.com/apache/iceberg-python/pull/3005";>apache/iceberg-python#3005</a></li>
   <li>Fix conftest dependency breaking nightly wheel build by <a 
href="https://github.com/kevinjqliu";><code>@​kevinjqliu</code></a> in <a 
href="https://redirect.github.com/apache/iceberg-python/pull/3078";>apache/iceberg-python#3078</a></li>
   <li>chore: Remove docs from uv default groups by <a 
href="https://github.com/geruh";><code>@​geruh</code></a> in <a 
href="https://redirect.github.com/apache/iceberg-python/pull/3073";>apache/iceberg-python#3073</a></li>
   <li>fix: show helpful error when hive catalog config is missing uri by <a 
href="https://github.com/jx2lee";><code>@​jx2lee</code></a> in <a 
href="https://redirect.github.com/apache/iceberg-python/pull/3077";>apache/iceberg-python#3077</a></li>
   <li>chore(ci): add explicit least-privilege workflow permissions by <a 
href="https://github.com/kevinjqliu";><code>@​kevinjqliu</code></a> in <a 
href="https://redirect.github.com/apache/iceberg-python/pull/3082";>apache/iceberg-python#3082</a></li>
   <li>fix: python version in release docs workflow by <a 
href="https://github.com/geruh";><code>@​geruh</code></a> in <a 
href="https://redirect.github.com/apache/iceberg-python/pull/3102";>apache/iceberg-python#3102</a></li>
   <li>chore: use ubuntu-slim for lightweight jobs by <a 
href="https://github.com/zhjwpku";><code>@​zhjwpku</code></a> in <a 
href="https://redirect.github.com/apache/iceberg-python/pull/3107";>apache/iceberg-python#3107</a></li>
   <li>Fix pyparsing diagnostic warning on Table import by <a 
href="https://github.com/kevinjqliu";><code>@​kevinjqliu</code></a> in <a 
href="https://redirect.github.com/apache/iceberg-python/pull/3081";>apache/iceberg-python#3081</a></li>
   <li>Documentation Adjustment for <code>s3.profile-name</code> and 
<code>client.profile-name</code> by <a 
href="https://github.com/thomas-pfeiffer";><code>@​thomas-pfeiffer</code></a> in 
<a 
href="https://redirect.github.com/apache/iceberg-python/pull/3085";>apache/iceberg-python#3085</a></li>
   <li>docs: more release docs improvements by <a 
href="https://github.com/kevinjqliu";><code>@​kevinjqliu</code></a> in <a 
href="https://redirect.github.com/apache/iceberg-python/pull/3104";>apache/iceberg-python#3104</a></li>
   <li>feat(cli): replace REST --prefix with --warehouse by <a 
href="https://github.com/kevinjqliu";><code>@​kevinjqliu</code></a> in <a 
href="https://redirect.github.com/apache/iceberg-python/pull/3080";>apache/iceberg-python#3080</a></li>
   <li>Update slate config for PRs by <a 
href="https://github.com/nssalian";><code>@​nssalian</code></a> in <a 
href="https://redirect.github.com/apache/iceberg-python/pull/3125";>apache/iceberg-python#3125</a></li>
   <li>Support storage-credentials in REST catalog LoadTableResult by <a 
href="https://github.com/rcjverhoef";><code>@​rcjverhoef</code></a> in <a 
href="https://redirect.github.com/apache/iceberg-python/pull/3042";>apache/iceberg-python#3042</a></li>
   <li>feat(rest): add sigv4 retry configuration defaults by <a 
href="https://github.com/mrutunjay-kinagi";><code>@​mrutunjay-kinagi</code></a> 
in <a 
href="https://redirect.github.com/apache/iceberg-python/pull/3063";>apache/iceberg-python#3063</a></li>
   <li>[View Support] Add ViewMetadata read support and 
<code>create_view</code> to REST Catalog by <a 
href="https://github.com/rambleraptor";><code>@​rambleraptor</code></a> in <a 
href="https://redirect.github.com/apache/iceberg-python/pull/2154";>apache/iceberg-python#2154</a></li>
   <li>fix: handle empty HEAD response by <a 
href="https://github.com/AntonioYuen";><code>@​AntonioYuen</code></a> in <a 
href="https://redirect.github.com/apache/iceberg-python/pull/3041";>apache/iceberg-python#3041</a></li>
   <li>Switch to uv-pre-commit for lockfile management by <a 
href="https://github.com/kevinjqliu";><code>@​kevinjqliu</code></a> in <a 
href="https://redirect.github.com/apache/iceberg-python/pull/3141";>apache/iceberg-python#3141</a></li>
   <li>Improve lockfile management documentation and enforce 
<code>uv.lock</code> freshness in CI by <a 
href="https://github.com/kevinjqliu";><code>@​kevinjqliu</code></a> in <a 
href="https://redirect.github.com/apache/iceberg-python/pull/3144";>apache/iceberg-python#3144</a></li>
   <li>Fix for ns timestamp non utc by <a 
href="https://github.com/nssalian";><code>@​nssalian</code></a> in <a 
href="https://redirect.github.com/apache/iceberg-python/pull/3142";>apache/iceberg-python#3142</a></li>
   <li>Skip catalog loading for the version command by <a 
href="https://github.com/jx2lee";><code>@​jx2lee</code></a> in <a 
href="https://redirect.github.com/apache/iceberg-python/pull/3146";>apache/iceberg-python#3146</a></li>
   <li>docs: add type mapping tables between PyIceberg and PyArrow by <a 
href="https://github.com/iamluan";><code>@​iamluan</code></a> in <a 
href="https://redirect.github.com/apache/iceberg-python/pull/3098";>apache/iceberg-python#3098</a></li>
   <li>fix(glue): Support create_table for S3 Tables federated databases by <a 
href="https://github.com/jamesbornholt";><code>@​jamesbornholt</code></a> in <a 
href="https://redirect.github.com/apache/iceberg-python/pull/3058";>apache/iceberg-python#3058</a></li>
   <li>ci: pin third-party actions to Apache-approved SHAs by <a 
href="https://github.com/kevinjqliu";><code>@​kevinjqliu</code></a> in <a 
href="https://redirect.github.com/apache/iceberg-python/pull/3172";>apache/iceberg-python#3172</a></li>
   <li>Infra: Remove GitHub Actions from Dependabot configuration by <a 
href="https://github.com/kevinjqliu";><code>@​kevinjqliu</code></a> in <a 
href="https://redirect.github.com/apache/iceberg-python/pull/3187";>apache/iceberg-python#3187</a></li>
   <li>Infra: Pin pypa/cibuildwheel version by <a 
href="https://github.com/ebyhr";><code>@​ebyhr</code></a> in <a 
href="https://redirect.github.com/apache/iceberg-python/pull/3189";>apache/iceberg-python#3189</a></li>
   <li>chore(ci): pin actions in PR-triggered workflows by <a 
href="https://github.com/kevinjqliu";><code>@​kevinjqliu</code></a> in <a 
href="https://redirect.github.com/apache/iceberg-python/pull/3194";>apache/iceberg-python#3194</a></li>
   <li>chore(ci): pin actions in non-PR-triggered workflows by <a 
href="https://github.com/kevinjqliu";><code>@​kevinjqliu</code></a> in <a 
href="https://redirect.github.com/apache/iceberg-python/pull/3193";>apache/iceberg-python#3193</a></li>
   <li>ci: improve github workflows by <a 
href="https://github.com/kevinjqliu";><code>@​kevinjqliu</code></a> in <a 
href="https://redirect.github.com/apache/iceberg-python/pull/3204";>apache/iceberg-python#3204</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/apache/iceberg-python/commit/75396614a5f093cf24e93c7d916ee2cda0bdf44e";><code>7539661</code></a>
 Fail when explicitly deleted data file is missing (<a 
href="https://redirect.github.com/apache/iceberg-python/issues/3818";>#3818</a>)</li>
   <li><a 
href="https://github.com/apache/iceberg-python/commit/6d814edf69bdc8aedcec5646f2ddb26a6c38b5b5";><code>6d814ed</code></a>
 Fix strict evaluation for negative record counts (<a 
href="https://redirect.github.com/apache/iceberg-python/issues/3831";>#3831</a>)</li>
   <li><a 
href="https://github.com/apache/iceberg-python/commit/30730987d43db2081692646a8f19506bd78a3f32";><code>3073098</code></a>
 Build: Bump the codeql-action group with 2 updates (<a 
href="https://redirect.github.com/apache/iceberg-python/issues/3823";>#3823</a>)</li>
   <li><a 
href="https://github.com/apache/iceberg-python/commit/b0def3e8067057a35e65097505035531da136845";><code>b0def3e</code></a>
 Build: Bump mypy-boto3-glue from 1.43.65 to 1.43.72 (<a 
href="https://redirect.github.com/apache/iceberg-python/issues/3826";>#3826</a>)</li>
   <li><a 
href="https://github.com/apache/iceberg-python/commit/5590ae46349a04e9a75126716a89145c2b9d57e2";><code>5590ae4</code></a>
 Build: Bump prek from 0.4.12 to 0.4.13 (<a 
href="https://redirect.github.com/apache/iceberg-python/issues/3819";>#3819</a>)</li>
   <li><a 
href="https://github.com/apache/iceberg-python/commit/06baf146a2445473b742ca22495f72677fb0fc00";><code>06baf14</code></a>
 Build: Bump setuptools from 83.0.0 to 84.0.0 (<a 
href="https://redirect.github.com/apache/iceberg-python/issues/3820";>#3820</a>)</li>
   <li><a 
href="https://github.com/apache/iceberg-python/commit/1136055f9516f84bf686e3edb17baa16c06827a1";><code>1136055</code></a>
 Build: Bump ray from 2.56.1 to 2.57.0 (<a 
href="https://redirect.github.com/apache/iceberg-python/issues/3821";>#3821</a>)</li>
   <li><a 
href="https://github.com/apache/iceberg-python/commit/a5dd0767d6364062bcba116fb7e231f6822c39f6";><code>a5dd076</code></a>
 Build: Bump pytest-lazy-fixtures from 1.4.0 to 1.4.1 (<a 
href="https://redirect.github.com/apache/iceberg-python/issues/3822";>#3822</a>)</li>
   <li><a 
href="https://github.com/apache/iceberg-python/commit/fe3960c5a2bd15fcca0bd3262ea4af3a585f164e";><code>fe3960c</code></a>
 Build: Bump sqlalchemy from 2.0.51 to 2.0.52 (<a 
href="https://redirect.github.com/apache/iceberg-python/issues/3824";>#3824</a>)</li>
   <li><a 
href="https://github.com/apache/iceberg-python/commit/9053313428520ebb4e12605d3ce4744f2974fb41";><code>9053313</code></a>
 Build: Bump pyarrow from 24.0.0 to 25.0.1 (<a 
href="https://redirect.github.com/apache/iceberg-python/issues/3825";>#3825</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/iceberg-python/compare/pyiceberg-0.11.1...pyiceberg-0.12.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pyiceberg&package-manager=uv&previous-version=0.11.1&new-version=0.12.0)](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]

Reply via email to