summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-alembic_1.10.2.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-alembic: upgrade 1.10.2 -> 1.10.3Wang Mingyu2023-04-101-19/+0
| | | | | | | | | | | | | | Changelog: ========== [bug] [typing] Fixed various typing issues observed with pyright, including issues involving the combination of Function and MigrationContext.begin_transaction(). [bug] [autogenerate] Fixed error raised by alembic when running autogenerate after removing a function based index. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-alembic: upgrade 1.9.4 -> 1.10.2Wang Mingyu2023-03-091-0/+19
bugfix: ======= [bug] [ops] Fixed regression where Alembic would not run with older SQLAlchemy 1.3 versions prior to 1.3.24 due to a missing symbol. Workarounds have been applied for older 1.3 versions. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>