Skip to content

Commit 03bde3a

Browse files
chore(deps): Bump sqlalchemy from 2.0.40 to 2.0.41 (#2162)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.40 to 2.0.41. <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.41</h1> <p>Released: May 14, 2025</p> <h2>platform</h2> <ul> <li> <p><strong>[platform] [bug]</strong> Adjusted the test suite as well as the ORM's method of scanning classes for annotations to work under current beta releases of Python 3.14 (currently 3.14.0b1) as part of an ongoing effort to support the production release of this Python release. Further changes to Python's means of working with annotations is expected in subsequent beta releases for which SQLAlchemy's test suite will need further adjustments.</p> <p>References: <a href="https://www.sqlalchemy.org/trac/ticket/12405">#12405</a></p> </li> </ul> <h2>engine</h2> <ul> <li> <p><strong>[engine] [bug]</strong> The error message that is emitted when a URL cannot be parsed no longer includes the URL itself within the error message.</p> <p>References: <a href="https://www.sqlalchemy.org/trac/ticket/12579">#12579</a></p> </li> </ul> <h2>typing</h2> <ul> <li> <p><strong>[typing] [bug]</strong> Removed <code>__getattr__()</code> rule from <code>sqlalchemy/__init__.py</code> that appeared to be trying to correct for a previous typographical error in the imports. This rule interferes with type checking and is removed.</p> <p>References: <a href="https://www.sqlalchemy.org/trac/ticket/12588">#12588</a></p> </li> </ul> <h2>postgresql</h2> <ul> <li> <p><strong>[postgresql] [usecase]</strong> Added support for <code>postgresql_include</code> keyword argument to <code>_schema.UniqueConstraint</code> and <code>_schema.PrimaryKeyConstraint</code>. Pull request courtesy Denis Laxalde.</p> <p>References: <a href="https://www.sqlalchemy.org/trac/ticket/10665">#10665</a></p> </li> </ul> <h2>mysql</h2> <ul> <li><strong>[mysql] [bug]</strong> Fixed regression caused by the DEFAULT rendering changes in version 2.0.40 via <a href="https://www.sqlalchemy.org/trac/ticket/12425">#12425</a> where using lowercase <code>on update</code> in a MySQL server default would incorrectly apply parenthesis, leading to errors when MySQL interpreted the rendered DDL. Pull request courtesy Alexander Ruehe.</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=uv&previous-version=2.0.40&new-version=2.0.41)](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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f177c1f commit 03bde3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ sphinxcontrib-qthelp==2.0.0
283283
# via sphinx
284284
sphinxcontrib-serializinghtml==2.0.0
285285
# via sphinx
286-
sqlalchemy==2.0.40
286+
sqlalchemy==2.0.41
287287
# via jupyter-cache
288288
stack-data==0.6.3
289289
# via ipython

0 commit comments

Comments
 (0)