github sqlalchemy/alembic rel_1_0_9
1.0.9

latest releases: rel_1_15_2, rel_1_15_1, rel_1_15_0...
5 years ago

1.0.9

Released: April 15, 2019

  • [bug] [operations] Simplified the internal scheme used to generate the alembic.op namespace
    to no longer attempt to generate full method signatures (e.g. rather than
    generic *args, **kw) as this was not working in most cases anyway, while
    in rare circumstances it would in fact sporadically have access to the real
    argument names and then fail when generating the function due to missing
    symbols in the argument signature.

    References: #548

Don't miss a new alembic release

NewReleases is sending notifications on new releases.