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

   Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.24 to 
2.0.25.
   <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.25</h1>
   <p>Released: January 2, 2024</p>
   <h2>orm</h2>
   <ul>
   <li>
   <p><strong>[orm] [usecase]</strong> Added preliminary support for Python 
3.12 pep-695 type alias structures,
   when resolving custom type maps for ORM Annotated Declarative mappings.</p>
   <p>References: <a 
href="https://www.sqlalchemy.org/trac/ticket/10807";>#10807</a></p>
   </li>
   <li>
   <p><strong>[orm] [bug]</strong> Fixed issue where when making use of the
   <code>_orm.relationship.post_update</code> feature at the same time as using
   a mapper version_id_col could lead to a situation where the second UPDATE
   statement emitted by the post-update feature would fail to make use of the
   correct version identifier, assuming an UPDATE was already emitted in that
   flush which had already bumped the version counter.</p>
   <p>References: <a 
href="https://www.sqlalchemy.org/trac/ticket/10800";>#10800</a></p>
   </li>
   <li>
   <p><strong>[orm] [bug]</strong> Fixed issue where ORM Annotated Declarative 
would mis-interpret the left
   hand side of a relationship without any collection specified as
   uselist=True if the left type were given as a class and not a string,
   without using future-style annotations.</p>
   <p>References: <a 
href="https://www.sqlalchemy.org/trac/ticket/10815";>#10815</a></p>
   </li>
   </ul>
   <h2>sql</h2>
   <ul>
   <li>
   <p><strong>[sql] [bug]</strong> Improved compilation of 
<code>_sql.any_()</code> / <code>_sql.all_()</code> in the
   context of a negation of boolean comparison, will now render <code>NOT 
(expr)</code>
   rather than reversing the equality operator to not equals, allowing
   finer-grained control of negations for these non-typical operators.</p>
   <p>References: <a 
href="https://www.sqlalchemy.org/trac/ticket/10817";>#10817</a></p>
   </li>
   </ul>
   <h2>typing</h2>
   <ul>
   <li>
   <p><strong>[typing] [bug]</strong> Fixed regressions caused by typing added 
to the <code>sqlalchemy.sql.functions</code>
   module in version 2.0.24, as part of <a 
href="https://www.sqlalchemy.org/trac/ticket/6810";>#6810</a>:</p>
   <pre><code>-   Further enhancements to pep-484 typing to allow SQL functions 
from
       `_sql.func` derived elements to work more effectively with ORM-mapped
       attributes ([#10801](https://www.sqlalchemy.org/trac/ticket/10801))
   <ul>
   <li>Fixed the argument types passed to functions so that literal expressions
   </code></pre></li>
   </ul>
   </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.24&new-version=2.0.25)](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