Open philbudne opened 2 years ago
same, can not use from sqlalchemy.orm import declarative_base
now, which throws error: Invalid base class "Base" [misc]
The last update of sqlalchemy.orm.__init__.pyi
was 2 years ago, before SQLAlchemy 1.4.0 was released. Wondering if the authors would consider merging a pull request with a fix, although there seem to be a bunch of unanswered PRs.
Following up here since I'm facing this for the as_declarative
-- I get a deprecation warning, but when It ry to import from sqlalchemy.orm
the type check fails.
https://docs.sqlalchemy.org/en/14/orm/extensions/declarative/
Using the old location (ext.declarative) gives a deprecation warning when SQLALCHEMY_WARN_20 enabled.