Skip to content

1.16.2

Latest
Compare
Choose a tag to compare
@sqla-tester sqla-tester released this 16 Jun 18:05
· 4 commits to main since this release

1.16.2

Released: June 16, 2025

bug

  • [bug] [autogenerate] Fixed issue where dialect-specific keyword arguments in dialect_kwargs
    were not rendered when rendering the Operations.create_foreign_key()
    operation. This prevented dialect-specific keywords from being rendered
    using custom Rewriter recipes that modify
    ops.CreateForeignKeyOp, similar to other issues such as
    #1635. Pull request courtesy Justin Malin.

    References: #1671

  • [bug] [command] Fixed rendering of pyproject.toml to include two newlines when
    appending content to an existing file. Pull request courtesy Jonathan
    Vanasco.

    References: #1679