github sqlalchemy/alembic rel_1_7_1
1.7.1

latest releases: rel_1_16_5, rel_1_16_4, rel_1_16_3...
4 years ago

1.7.1

Released: August 30, 2021

bug

  • [bug] [installation] Corrected "universal wheel" directive in setup.cfg so that building a wheel
    does not target Python 2. The PyPi files index for 1.7.0 was corrected
    manually. Pull request courtesy layday.

    References: #893

  • [bug] [pep484] Fixed issue in generated .pyi files where default values for Optional
    arguments were missing, thereby causing mypy to consider them as required.

    References: #895

  • [bug] [batch] [regression] Fixed regression in batch mode due to #883 where the "auto" mode
    of batch would fail to accommodate any additional migration directives
    beyond encountering an add_column() directive, due to a mis-application
    of the conditional logic that was added as part of this change, leading to
    "recreate" mode not being used in cases where it is required for SQLite
    such as for unique constraints.

    References: #896

Don't miss a new alembic release

NewReleases is sending notifications on new releases.