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

   Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.19 to 
2.0.20.
   <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.20</h1>
   <p>Released: August 15, 2023</p>
   <h2>orm</h2>
   <ul>
   <li>
   <p><strong>[orm] [usecase]</strong> Implemented the &quot;RETURNING 
'*'&quot; use case for ORM enabled DML statements.
   This will render in as many cases as possible and return the unfiltered
   result set, however is not supported for multi-parameter &quot;ORM bulk 
INSERT&quot;
   statements that have specific column rendering requirements.</p>
   <p>References: <a 
href="https://www.sqlalchemy.org/trac/ticket/10192";>#10192</a></p>
   </li>
   <li>
   <p><strong>[orm] [bug]</strong> Fixed fundamental issue which prevented some 
forms of ORM &quot;annotations&quot;
   from taking place for subqueries which made use of 
<code>_sql.Select.join()</code>
   against a relationship target.  These annotations are used whenever a
   subquery is used in special situations such as within
   <code>_orm.PropComparator.and_()</code> and other ORM-specific scenarios.</p>
   <p>This change is also <strong>backported</strong> to: 1.4.50</p>
   <p>References: <a 
href="https://www.sqlalchemy.org/trac/ticket/10223";>#10223</a></p>
   </li>
   <li>
   <p><strong>[orm] [bug]</strong> Fixed fundamental issue which prevented some 
forms of ORM &quot;annotations&quot;
   from taking place for subqueries which made use of 
<code>_sql.Select.join()</code>
   against a relationship target.  These annotations are used whenever a
   subquery is used in special situations such as within
   <code>_orm.PropComparator.and_()</code> and other ORM-specific scenarios.</p>
   <p>This change is also <strong>backported</strong> to: 1.4.50</p>
   <p>References: <a 
href="https://www.sqlalchemy.org/trac/ticket/10223";>#10223</a></p>
   </li>
   <li>
   <p><strong>[orm] [bug]</strong> Fixed issue where the ORM's generation of a 
SELECT from a joined
   inheritance model with same-named columns in superclass and subclass would
   somehow not send the correct list of column names to the <code>CTE</code>
   construct, when the RECURSIVE column list were generated.</p>
   <p>References: <a 
href="https://www.sqlalchemy.org/trac/ticket/10169";>#10169</a></p>
   </li>
   <li>
   <p><strong>[orm] [bug]</strong> Fixed fairly major issue where execution 
options passed to
   <code>_orm.Session.execute()</code>, as well as execution options local to 
the ORM
   executed statement itself, would not be propagated along to eager loaders
   such as that of <code>_orm.selectinload()</code>, 
<code>_orm.immediateload()</code>, and
   <code>_orm.subqueryload()</code>, making it impossible to do things such as
   disabling the cache for a single statement or using
   <code>schema_translate_map</code> for a single statement, as well as the use 
of
   user-custom execution options.   A change has been made where 
<strong>all</strong>
   user-facing execution options present for 
<code>_orm.Session.execute()</code> will</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.19&new-version=2.0.20)](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]

Reply via email to