rel_1_7_2
版本发布时间: 2021-09-17 22:06:23
sqlalchemy/alembic最新发布版本:rel_1_13_2(2024-06-26 23:46:26)
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 theexec()
can proceed.References: #920