Skip to content

1.10.3

Compare
Choose a tag to compare
@sqla-tester sqla-tester released this 05 Apr 19:40
· 150 commits to main since this release

1.10.3

Released: April 5, 2023

bug

  • [bug] [typing] Fixed various typing issues observed with pyright, including issues
    involving the combination of Function and
    MigrationContext.begin_transaction().

    References: #1191, #1201

  • [bug] [autogenerate] Fixed error raised by alembic when running autogenerate after removing
    a function based index.

    References: #1212