Hacker News new | ask | show | jobs
by solarkraft 1258 days ago
I ran into this issue recently. 2.0 will not need the plugin and work with any Python type checker! So much so that the plugin is already somewhat deprecated.
1 comments

That is most welcome news. I use VSCode, and the amount of unparseable magic makes working with the library more annoying than I would like.
Yup. Lots of casting or # type: ignore for now.

Here's an official bit about the new types: https://docs.sqlalchemy.org/en/20/changelog/whatsnew_20.html...