dependabot[bot] opened a new pull request, #2838: URL: https://github.com/apache/iceberg-python/pull/2838
Bumps [polars](https://github.com/pola-rs/polars) from 1.36.0 to 1.36.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pola-rs/polars/releases">polars's releases</a>.</em></p> <blockquote> <h2>Python Polars 1.36.1</h2> <h2>🚀 Performance improvements</h2> <ul> <li>Tune partitioned sink_parquet cloud performance (<a href="https://redirect.github.com/pola-rs/polars/issues/25687">#25687</a>)</li> </ul> <h2>✨ Enhancements</h2> <ul> <li>Allow creation of <code>Object</code> literal (<a href="https://redirect.github.com/pola-rs/polars/issues/25690">#25690</a>)</li> <li>Don't collect schema in SQL union processing (<a href="https://redirect.github.com/pola-rs/polars/issues/25675">#25675</a>)</li> </ul> <h2>🐞 Bug fixes</h2> <ul> <li>Don't invalidate node in cluster-with-columns (<a href="https://redirect.github.com/pola-rs/polars/issues/25714">#25714</a>)</li> <li>Move <code>boto3</code> extra from s3fs in dev requirements (<a href="https://redirect.github.com/pola-rs/polars/issues/25667">#25667</a>)</li> <li>Add missing type stubs for <code>bin_slice</code>, <code>bin_head</code>, and <code>bin_tail</code> (<a href="https://redirect.github.com/pola-rs/polars/issues/25697">#25697</a>)</li> <li>Binary slice methods missing from Series and docs (<a href="https://redirect.github.com/pola-rs/polars/issues/25683">#25683</a>)</li> <li>Mix-up of variable_name/value_name in unpivot (<a href="https://redirect.github.com/pola-rs/polars/issues/25685">#25685</a>)</li> <li>Invalid usage of <code>drop_first</code> in <code>to_dummies</code> when nulls present (<a href="https://redirect.github.com/pola-rs/polars/issues/25435">#25435</a>)</li> </ul> <h2>📖 Documentation</h2> <ul> <li>Fix typos in Excel and Pandas migration guides (<a href="https://redirect.github.com/pola-rs/polars/issues/25709">#25709</a>)</li> <li>Add "right" to <code>how</code> options in <code>join()</code> docstrings (<a href="https://redirect.github.com/pola-rs/polars/issues/25678">#25678</a>)</li> </ul> <h2>🛠️ Other improvements</h2> <ul> <li>Move Object <code>lit</code> fix earlier in the function (<a href="https://redirect.github.com/pola-rs/polars/issues/25713">#25713</a>)</li> <li>Remove unused decimal file (<a href="https://redirect.github.com/pola-rs/polars/issues/25701">#25701</a>)</li> <li>Move <code>boto3</code> extra from s3fs in dev requirements (<a href="https://redirect.github.com/pola-rs/polars/issues/25667">#25667</a>)</li> <li>Upgrade to latest version of <code>sqlparser-rs</code> (<a href="https://redirect.github.com/pola-rs/polars/issues/25673">#25673</a>)</li> <li>Update slab to version without RUSTSEC (<a href="https://redirect.github.com/pola-rs/polars/issues/25686">#25686</a>)</li> <li>Fix typo (<a href="https://redirect.github.com/pola-rs/polars/issues/25684">#25684</a>)</li> </ul> <p>Thank you to all our contributors for making this release possible! <a href="https://github.com/AndreaBozzo"><code>@AndreaBozzo</code></a>, <a href="https://github.com/Kevin-Patyk"><code>@Kevin-Patyk</code></a>, <a href="https://github.com/alexander-beedie"><code>@alexander-beedie</code></a>, <a href="https://github.com/dsprenkels"><code>@dsprenkels</code></a>, <a href="https://github.com/jamesfricker"><code>@jamesfricker</code></a>, <a href="https://github.com/mcrumiller"><code>@mcrumiller</code></a>, <a href="https://github.com/nameexhaustion"><code>@nameexhaustion</code></a>, <a href="https://github.com/orlp"><code>@orlp</code></a> and <a href="https://github.com/ritchie46"><code>@ritchie46</code></a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pola-rs/polars/commit/2a151c10fa76790711c2f75e6d012dd69c627ddd"><code>2a151c1</code></a> Python Polars 1.36.1 (<a href="https://redirect.github.com/pola-rs/polars/issues/25715">#25715</a>)</li> <li><a href="https://github.com/pola-rs/polars/commit/b394b2d15e502e46de0b817d4033b4cb5731a765"><code>b394b2d</code></a> fix: Don't invalidate node in cluster-with-columns (<a href="https://redirect.github.com/pola-rs/polars/issues/25714">#25714</a>)</li> <li><a href="https://github.com/pola-rs/polars/commit/e5baff43073c8024ffa0e0fce0fc45be5f3cb635"><code>e5baff4</code></a> refactor: Move Object <code>lit</code> fix earlier in the function (<a href="https://redirect.github.com/pola-rs/polars/issues/25713">#25713</a>)</li> <li><a href="https://github.com/pola-rs/polars/commit/ee79be36ef280975c332b5c51f13d14f10349bd0"><code>ee79be3</code></a> docs: Fix typos in Excel and Pandas migration guides (<a href="https://redirect.github.com/pola-rs/polars/issues/25709">#25709</a>)</li> <li><a href="https://github.com/pola-rs/polars/commit/0150a1849d25c04ac35fe469228d358c9388b4c0"><code>0150a18</code></a> chore: Remove unused decimal file (<a href="https://redirect.github.com/pola-rs/polars/issues/25701">#25701</a>)</li> <li><a href="https://github.com/pola-rs/polars/commit/9dd724b647a77159477318077a03c9ece10e31b3"><code>9dd724b</code></a> fix(python): Remove <code>boto3</code> extra from s3fs (<a href="https://redirect.github.com/pola-rs/polars/issues/25667">#25667</a>)</li> <li><a href="https://github.com/pola-rs/polars/commit/d8cdf895f9b9a1110fa053400d3c16dd5b241063"><code>d8cdf89</code></a> feat: Allow creation of <code>Object</code> literal (<a href="https://redirect.github.com/pola-rs/polars/issues/25690">#25690</a>)</li> <li><a href="https://github.com/pola-rs/polars/commit/30699577be723eccedb30779f73076b7f22b6fd5"><code>3069957</code></a> fix(python): Add missing type stubs for <code>bin_slice</code>, <code>bin_head</code>, and `bin_tai...</li> <li><a href="https://github.com/pola-rs/polars/commit/729e5750e9d5005da953a83828366570209ba05f"><code>729e575</code></a> chore: Upgrade to latest version of <code>sqlparser-rs</code> (<a href="https://redirect.github.com/pola-rs/polars/issues/25673">#25673</a>)</li> <li><a href="https://github.com/pola-rs/polars/commit/b83a2595b39deebafae13ba7d0b0fcc28f971e98"><code>b83a259</code></a> chore: Update slab to version without RUSTSEC (<a href="https://redirect.github.com/pola-rs/polars/issues/25686">#25686</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pola-rs/polars/compare/py-1.36.0...py-1.36.1">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 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]
