-
-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update sqlalchemy stubs #68
Conversation
The SQLAlchemy project now provides stubs and a mypy plugin.
Should I have left the existing stubs package in the Readme? The sqlalchemy docs say their stubs are a complete replacement for the existing dropbox stubs package.
|
Thank you for your contribution! Yes, let's not replace it for a while and keep both links, please. We can remove |
Related: dropbox/sqlalchemy-stubs#195 |
Both stubs and plugin for sqlalchemy have the same documentation page which is flagged in CI as a duplicate link. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh wow, I was not aware about the second one. Thanks!
You can remove one of them. |
Thanks! |
The SQLAlchemy project now provides stubs and a mypy plugin.