SQLAlchemy 2.0: typing moves into the ORM mapping
With 2.0 the declarative layer derives columns from PEP 484 annotations and the select() API becomes the single form for Core and ORM. What actually changes for anyone maintaining a Python application.
Read more