sqlalchemy-stubs
sqlalchemy-stubs copied to clipboard
Is there a living version of this code base?
Looking for up to date type information for SQLAlchemy -- it looks like this project is morbidly out of date.
Is there a working / published fork that is maintained? Or does anybody have a suggestion on how to have type information when using SQLAlchemy?
I'm also interested in this!
FYI: Mypy plugin is deprecated as SQLAlchemy 2 is (almost) fully following python typing concept. https://docs.sqlalchemy.org/en/20/orm/extensions/mypy.html In an nutshell: just wait for SQLAlchemy 2.1 (current one is 2.0.37 [January 9, 2025])