sqlalchemy-stubs icon indicating copy to clipboard operation
sqlalchemy-stubs copied to clipboard

Is there a living version of this code base?

Open slifty opened this issue 1 year ago • 2 comments

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?

slifty avatar Jul 06 '24 03:07 slifty

I'm also interested in this!

pdesantis avatar Jul 31 '24 17:07 pdesantis

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])

9hgg avatar Jan 18 '25 10:01 9hgg