summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.3.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-sqlalchemy: upgrade 2.0.3 -> 2.0.4Wang Mingyu2023-02-271-23/+0
| | | | | | | | Changelog: https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.4 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sqlalchemy: upgrade 1.4.46 -> 2.0.3Wang Mingyu2023-02-121-0/+23
Changelog: ============ sql ------ - Fixed critical regression in SQL expression formulation in the 2.0 series due to #7744 which improved support for SQL expressions that contained many elements against the same operator repeatedly; parenthesis grouping would be lost with expression elements beyond the first two elements. typing ------- Remove typing.Self workaround, now using PEP 673 for most methods that return Self. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>