Sourced from sqlalchemy's releases.
2.0.34
Released: September 4, 2024
orm
[orm] [bug] Fixed regression caused by issue #11814 which broke support for certain flavors of PEP 593
Annotated
in the type_annotation_map when builtin types such aslist
,dict
were used without an element type. While this is an incomplete style of typing, these types nonetheless previously would be located in the type_annotation_map correctly.References: #11831
sqlite