dependabot[bot] opened a new pull request, #1603: URL: https://github.com/apache/tooling-trusted-releases/pull/1603
Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.19.1 to 1.19.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sqlalchemy/alembic/releases">alembic's releases</a>.</em></p> <blockquote> <h1>1.19.2</h1> <p>Released: September 4, 2026</p> <h2>changed</h2> <ul> <li> <p><strong>[changed] [autogenerate]</strong> The autogenerate plugin for CHECK constraint detection by name, added in 1.19.0. for <a href="https://redirect.github.com/sqlalchemy/alembic/issues/508">#508</a>, is no longer enabled by default. It has been renamed from <code>alembic.autogenerate.checkconstraint_byname</code> to <code>alembic.ext.checkconstraint_byname</code> and no longer matches on the <code>"alembic.autogenerate.*"</code> wildcard, which remains the default plugin specification. The previous name will still function as well if placed in the plugins list explicitly, both to enable the plugin and within a <code>"~"</code> exclusion, so that an <code>env.py</code> written against 1.19.0 or 1.19.1 requires no change.</p> <p>The plugin is now recommended only for schemas that ensure the naming of all constraints using a client side naming convention, otherwise there's a persistent risk of false positives. See <code>autogenerate_check_constraints</code> for background on things to be aware of when using this plugin.</p> <p>As part of this change "type bound" CHECK constraints, which include constraints generated for the <code>Boolean</code> and <code>Enum</code> datatypes when the <code>create_constraint</code> parameter is set to True, are no longer ignored in the metadata side, so that normal name-based matching can occur for these constraints.</p> <p>References: <a href="https://redirect.github.com/sqlalchemy/alembic/issues/1859">#1859</a></p> </li> </ul> <h2>usecase</h2> <ul> <li> <p><strong>[usecase] [autogenerate] [batch]</strong> The target of a <code>~sqlalchemy.schema.ForeignKey</code> is now located using the <code>ForeignKey.target_tokens</code> and <code>ForeignKey.target_table_key</code> accessors added in SQLAlchemy 2.1, rather than by splitting the dotted string form of that target on <code>"."</code>. As a dot inside a schema, table or column name cannot be told apart from the separator between those names, a foreign key whose target name contained a dot was previously mis-parsed by autogenerate rendering as well as by batch migrations. The dotted string continues to be split when running against SQLAlchemy 2.0, where these accessors are not present. Thanks to Gyanu Mayank for the initial pull request.</p> <p>References: <a href="https://redirect.github.com/sqlalchemy/alembic/issues/1860">#1860</a></p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/sqlalchemy/alembic/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]
