Skip to content

chore(deps): update alembic requirement from <2,>=1.13 to >=1.18.4,<2#146

Merged
smaramwbc merged 1 commit into
mainfrom
dependabot/pip/alembic-gte-1.18.4-and-lt-2
May 25, 2026
Merged

chore(deps): update alembic requirement from <2,>=1.13 to >=1.18.4,<2#146
smaramwbc merged 1 commit into
mainfrom
dependabot/pip/alembic-gte-1.18.4-and-lt-2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 21, 2026

Updates the requirements on alembic to permit the latest version.

Release notes

Sourced from alembic's releases.

1.18.4

Released: February 10, 2026

bug

  • [bug] [operations] Reverted the behavior of Operations.add_column() that would automatically render the "PRIMARY KEY" keyword inline when a Column with primary_key=True is added. The automatic behavior, added in version 1.18.2, is now opt-in via the new Operations.add_column.inline_primary_key parameter. This change restores the ability to render a PostgreSQL SERIAL column, which is required to be primary_key=True, while not impacting the ability to render a separate primary key constraint. This also provides consistency with the Operations.add_column.inline_references parameter and gives users explicit control over SQL generation.

    To render PRIMARY KEY inline, use the Operations.add_column.inline_primary_key parameter set to True:

    op.add_column( "my_table", Column("id", Integer, primary_key=True), inline_primary_key=True )References: #1232

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 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)

@smaramwbc smaramwbc enabled auto-merge (rebase) May 25, 2026 08:46
@smaramwbc smaramwbc force-pushed the dependabot/pip/alembic-gte-1.18.4-and-lt-2 branch 5 times, most recently from a942eaf to 2c0b778 Compare May 25, 2026 10:21
Updates the requirements on [alembic](https://github.com/sqlalchemy/alembic) to permit the latest version.
- [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.18.4
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@smaramwbc smaramwbc force-pushed the dependabot/pip/alembic-gte-1.18.4-and-lt-2 branch from 2c0b778 to 451cd43 Compare May 25, 2026 10:25
@smaramwbc smaramwbc merged commit 82fcb47 into main May 25, 2026
4 checks passed
@dependabot dependabot Bot deleted the dependabot/pip/alembic-gte-1.18.4-and-lt-2 branch May 25, 2026 10:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant