-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
phase out Pallets library stubs (not before December 2021) #5423
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
Labels
stubs: removal
Pending removal of third-party distributions
Comments
Our current policy is to remove stubs 6-12 months after upstream released a typed version. Due to our latest restructuring I don't know if this policy still makes sense. I opened a discussion about this in #4608. |
srittau
added a commit
to srittau/typeshed
that referenced
this issue
May 12, 2021
srittau
added a commit
to srittau/typeshed
that referenced
this issue
May 12, 2021
Akuli
pushed a commit
that referenced
this issue
May 12, 2021
Part of #5423 * Support new metadata fields in check_consistent
Closed
This was referenced Jun 9, 2021
JelleZijlstra
pushed a commit
to python/mypy
that referenced
this issue
Jun 16, 2021
The pallets libraries are now bundled with a `py.typed` file. Suggesting to install these stubs only leads to confusion. See python/typeshed#5423 and python/typeshed#5642 for context.
Closed
JukkaL
pushed a commit
to python/mypy
that referenced
this issue
Jun 21, 2021
The pallets libraries are now bundled with a `py.typed` file. Suggesting to install these stubs only leads to confusion. See python/typeshed#5423 and python/typeshed#5642 for context.
This was referenced Nov 15, 2021
srittau
added a commit
to srittau/typeshed
that referenced
this issue
Dec 1, 2021
All pallets projects (Flask, Werkzeug, Jinja, Click, ItsDangerous, and MarkupSafe) have now shipped their own stubs since May 2021. The maintainer requested removal back then. Closes: python#5423
srittau
added a commit
to srittau/typeshed
that referenced
this issue
Dec 1, 2021
All pallets projects (Flask, Werkzeug, Jinja, Click, ItsDangerous, and MarkupSafe) have now shipped their own stubs since May 2021. The maintainer requested removal back then. Closes: python#5423
JelleZijlstra
pushed a commit
that referenced
this issue
Dec 1, 2021
All pallets projects (Flask, Werkzeug, Jinja, Click, ItsDangerous, and MarkupSafe) have now shipped their own stubs since May 2021. The maintainer requested removal back then. Closes: #5423
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have just released new major versions of Flask, Werkzeug, Jinja, Click, ItsDangerous, and MarkupSafe. They all include full type annotations and
py.typed
markers. Typeshed's stubs should be phased out since the versions they were written for are no longer supported.The text was updated successfully, but these errors were encountered: