Chore(deps): Bump alembic from 1.18.5 to 1.19.0 - #1238
Conversation
Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.18.5 to 1.19.0. - [Release notes](https://github.com/sqlalchemy/alembic/releases) - [Changelog](https://github.com/sqlalchemy/alembic/blob/main/CHANGES) - [Commits](https://github.com/sqlalchemy/alembic/commits) --- updated-dependencies: - dependency-name: alembic dependency-version: 1.19.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
foxpatch-aleph
left a comment
There was a problem hiding this comment.
This is a straightforward minor version bump of alembic from 1.18.5 to 1.19.0. The release includes only additive features (autogenerate detection of named CHECK constraints, PEP 604 type annotations) and a bug fix for offline stamp/downgrade to base. The project uses alembic for database migrations with autogenerate enabled (deployment/migrations/env.py), and has exactly one named CheckConstraint in its models (src/aleph/db/models/pending_messages.py:82). The new autogenerate behavior for CHECK constraints is a development-time concern only — it will produce diffs for named CHECK constraint changes during future autogenerate runs, but does not affect existing migrations or runtime behavior. No breaking API changes are present. The bump is safe to merge.
|
Superseded by #1239. |
Bumps alembic from 1.18.5 to 1.19.0.
Release notes
Sourced from alembic's releases.
Commits
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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)