15
0

- update to 1.9.3:

* Fixed issue where rendering of user-defined types
    that then went onto use the .with_variant() method would
    fail to render, if using SQLAlchemy 2.0's version of variants.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-alembic?expand=0&rev=140
This commit is contained in:
2023-02-10 12:37:16 +00:00
committed by Git OBS Bridge
parent 8177a78286
commit 54e5ab24a2
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Feb 10 12:36:15 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.9.3:
* Fixed issue where rendering of user-defined types
that then went onto use the .with_variant() method would
fail to render, if using SQLAlchemy 2.0's version of variants.
-------------------------------------------------------------------
Sat Jan 28 14:31:09 UTC 2023 - Dirk Müller <dmueller@suse.com>