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

   Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.23 to 
2.0.24.
   <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.24</h1>
   <p>Released: December 28, 2023</p>
   <h2>orm</h2>
   <ul>
   <li>
   <p><strong>[orm] [bug]</strong> Improved a fix first implemented for <a 
href="https://www.sqlalchemy.org/trac/ticket/3208";>#3208</a> released in version
   0.9.8, where the registry of classes used internally by declarative could
   be subject to a race condition in the case where individual mapped classes
   are being garbage collected at the same time while new mapped classes are
   being constructed, as can happen in some test suite configurations or
   dynamic class creation environments.   In addition to the weakref check
   already added, the list of items being iterated is also copied first to
   avoid &quot;list changed while iterating&quot; errors.  Pull request 
courtesy Yilei
   Yang.</p>
   <p>This change is also <strong>backported</strong> to: 1.4.51</p>
   <p>References: <a 
href="https://www.sqlalchemy.org/trac/ticket/10782";>#10782</a></p>
   </li>
   <li>
   <p><strong>[orm] [bug]</strong> Fixed issue where use of 
<code>_orm.foreign()</code> annotation on a
   non-initialized <code>_orm.mapped_column()</code> construct would produce an
   expression without a type, which was then not updated at initialization
   time of the actual column, leading to issues such as relationships not
   determining <code>use_get</code> appropriately.</p>
   <p>References: <a 
href="https://www.sqlalchemy.org/trac/ticket/10597";>#10597</a></p>
   </li>
   <li>
   <p><strong>[orm] [bug]</strong> Improved the error message produced when the 
unit of work process sets the
   value of a primary key column to NULL due to a related object with a
   dependency rule on that column being deleted, to include not just the
   destination object and column name but also the source column from which
   the NULL value is originating.  Pull request courtesy Jan Vollmer.</p>
   <p>References: <a 
href="https://www.sqlalchemy.org/trac/ticket/10668";>#10668</a></p>
   </li>
   <li>
   <p><strong>[orm] [bug]</strong> Modified the 
<code>__init_subclass__()</code> method used by
   <code>_orm.MappedAsDataclass</code>, <code>_orm.DeclarativeBase</code> and
   <code>_orm.DeclarativeBaseNoMeta</code> to accept arbitrary 
<code>**kw</code> and to
   propagate them to the <code>super()</code> call, allowing greater 
flexibility in
   arranging custom superclasses and mixins which make use of
   <code>__init_subclass__()</code> keyword arguments.  Pull request courtesy 
Michael
   Oliver.</p>
   <p>References: <a 
href="https://www.sqlalchemy.org/trac/ticket/10732";>#10732</a></p>
   </li>
   <li>
   <p><strong>[orm] [bug]</strong> Ensured the use case of <code>Bundle</code> 
objects used in the
   <code>returning()</code> portion of ORM-enabled INSERT, UPDATE and DELETE 
statements
   is tested and works fully.   This was never explicitly implemented or</p>
   </li>
   </ul>
   <!-- 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 />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sqlalchemy&package-manager=pip&previous-version=2.0.23&new-version=2.0.24)](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

Reply via email to