dependabot[bot] opened a new pull request, #2446: URL: https://github.com/apache/iceberg-python/pull/2446
Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.41 to 2.0.43. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sqlalchemy/sqlalchemy/releases">sqlalchemy's releases</a>.</em></p> <blockquote> <h1>2.0.43</h1> <p>Released: August 11, 2025</p> <h2>orm</h2> <ul> <li> <p><strong>[orm] [bug]</strong> Fixed issue where using the <code>post_update</code> feature would apply incorrect "pre-fetched" values to the ORM objects after a multi-row UPDATE process completed. These "pre-fetched" values would come from any column that had an <code>Column.onupdate</code> callable or a version id generator used by <code>orm.Mapper.version_id_generator</code>; for a version id generator that delivered random identifiers like timestamps or UUIDs, this incorrect data would lead to a DELETE statement against those same rows to fail in the next step.</p> <p>References: <a href="https://www.sqlalchemy.org/trac/ticket/12748">#12748</a></p> </li> <li> <p><strong>[orm] [bug]</strong> Fixed issue where <code>_orm.mapped_column.use_existing_column</code> parameter in <code>_orm.mapped_column()</code> would not work when the <code>_orm.mapped_column()</code> is used inside of an <code>Annotated</code> type alias in polymorphic inheritance scenarios. The parameter is now properly recognized and processed during declarative mapping configuration.</p> <p>References: <a href="https://www.sqlalchemy.org/trac/ticket/12787">#12787</a></p> </li> <li> <p><strong>[orm] [bug]</strong> Improved the implementation of the <code>_orm.selectin_polymorphic()</code> inheritance loader strategy to properly render the IN expressions using chunks of 500 records each, in the same manner as that of the <code>_orm.selectinload()</code> relationship loader strategy. Previously, the IN expression would be arbitrarily large, leading to failures on databases that have limits on the size of IN expressions including Oracle Database.</p> <p>References: <a href="https://www.sqlalchemy.org/trac/ticket/12790">#12790</a></p> </li> </ul> <h2>engine</h2> <ul> <li> <p><strong>[engine] [usecase]</strong> Added new parameter <code>create_engine.skip_autocommit_rollback</code> which provides for a per-dialect feature of preventing the DBAPI <code>.rollback()</code> from being called under any circumstances, if the connection is detected as being in "autocommit" mode. This improves upon a critical performance issue identified in MySQL dialects where the network overhead of the <code>.rollback()</code> call remains prohibitive even if autocommit mode is set.</p> <p>References: <a href="https://www.sqlalchemy.org/trac/ticket/12784">#12784</a></p> </li> </ul> <h2>postgresql</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/sqlalchemy/sqlalchemy/commits">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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org