dependabot[bot] opened a new pull request, #3463: URL: https://github.com/apache/iceberg-python/pull/3463
Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.49 to 2.0.50. <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.50</h1> <p>Released: May 24, 2026</p> <h2>orm</h2> <ul> <li> <p><strong>[orm] [bug]</strong> Fixed issue where using <code>_orm.joinedload()</code> with <code>PropComparator.of_type()</code> targeting a joined-table subclass combined with <code>PropComparator.and_()</code> referencing a column on that subclass would generate invalid SQL, where the subclass column was not adapted to the subquery alias. Pull request courtesy Joaquin Hui Gomez.</p> <p>References: <a href="https://www.sqlalchemy.org/trac/ticket/13203">#13203</a></p> </li> <li> <p><strong>[orm] [bug]</strong> Fixed issue where the presence of a <code>SessionEvents.do_orm_execute()</code> event hook would cause internal execution options such as <code>yield_per</code> and loader-specific state from the first <code>orm_pre_session_exec</code> pass to leak into the second pass, leading to errors when using relationship loaders such as <code>selectinload()</code> and <code>immediateload()</code>. The execution options passed to the second compilation pass are now based on the original options plus only the explicit updates made via <code>ORMExecuteState.update_execution_options()</code> within the event hook.</p> <p>References: <a href="https://www.sqlalchemy.org/trac/ticket/13301">#13301</a></p> </li> <li> <p><strong>[orm] [bug]</strong> Fixed issue where using <code>_orm.with_polymorphic()</code> on a leaf class (a subclass with no further descendants) or a non-inherited class would fail with an <code>AttributeError</code> when used in an ORM statement, due to <code>_orm.configure_mappers()</code> not being triggered implicitly. The fix ensures that <code>AliasedInsp</code> participates in the <code>_post_inspect</code> hook, triggering mapper configuration during ORM statement compilation.</p> <p>References: <a href="https://www.sqlalchemy.org/trac/ticket/13319">#13319</a></p> </li> </ul> <h2>sql</h2> <ul> <li> <p><strong>[sql] [bug]</strong> Fixed issue where floor division (<code>//</code>) between a <code>Float</code> or <code>Numeric</code> numerator and an <code>Integer</code> denominator would omit the <code>FLOOR()</code> SQL wrapper on dialects where <code>Dialect.div_is_floordiv</code> is <code>True</code> (the default, including PostgreSQL and SQLite). <code>FLOOR()</code> is now applied if either the denominator or the numerator is a non-integer, so that expressions such as <code>float_col // int_col</code> render as <code>FLOOR(float_col / int_col)</code> instead of the incorrect <code>float_col / int_col</code>. Pull request courtesy r266-tech.</p> <p>References: <a href="https://www.sqlalchemy.org/trac/ticket/10528">#10528</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 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]
