github sqlalchemy/alembic rel_1_7_2
1.7.2

latest releases: rel_1_14_0, rel_1_13_3, rel_1_13_2...
3 years ago

1.7.2

Released: September 17, 2021

bug

  • [bug] [typing] Added missing attributes from context stubs.

    References: #900

  • [bug] [mypy] Fixed an import in one of the .pyi files that was triggering an
    assertion error in some versions of mypy.

    References: #897

  • [bug] [ops] [regression] Fixed issue where registration of custom ops was prone to failure due to
    the registration process running exec() on generated code that as of
    the 1.7 series includes pep-484 annotations, which in the case of end user
    code would result in name resolution errors when the exec occurs. The logic
    in question has been altered so that the annotations are rendered as
    forward references so that the exec() can proceed.

    References: #920

Don't miss a new alembic release

NewReleases is sending notifications on new releases.