-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
add Python 2 stub for hashlib #774
Comments
Claiming, since I need this done to proceed... |
Phlogistique
added a commit
to Phlogistique/mypy
that referenced
this issue
Nov 26, 2021
mypy imports TypeAlias in typing_extensions, which was introduced in typing_extensions 3.10.0.0 by the following commit: commit c23141fd08aba8284ce76b096bf08fd7c019b51c Author: Ken Jin <[email protected]> Date: Sun Apr 11 03:26:42 2021 +0800 Support PEP 612 in typing_extensions (Python 3) (python#774)
JelleZijlstra
pushed a commit
that referenced
this issue
Nov 26, 2021
mypy imports TypeAlias in typing_extensions, which was introduced in typing_extensions 3.10.0.0 by the following commit: commit c23141fd08aba8284ce76b096bf08fd7c019b51c Author: Ken Jin <[email protected]> Date: Sun Apr 11 03:26:42 2021 +0800 Support PEP 612 in typing_extensions (Python 3) (#774)
tushar-deepsource
pushed a commit
to DeepSourceCorp/mypy
that referenced
this issue
Jan 20, 2022
mypy imports TypeAlias in typing_extensions, which was introduced in typing_extensions 3.10.0.0 by the following commit: commit c23141fd08aba8284ce76b096bf08fd7c019b51c Author: Ken Jin <[email protected]> Date: Sun Apr 11 03:26:42 2021 +0800 Support PEP 612 in typing_extensions (Python 3) (python#774)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: