Skip to content
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

Require newer typing-extensions #76

Merged
merged 1 commit into from Sep 5, 2021
Merged

Conversation

pschanely
Copy link
Contributor

I think we need at least 3.7.4.2 these days.

Under 3.4.7.1, I get this error during import:

  File ".../typing_inspect.py", line 17, in <module>
    from typing_extensions import _TypedDictMeta as _TypedDictMeta_TE
ImportError: cannot import name '_TypedDictMeta' from 'typing_extensions' 

I think we need at least 3.7.4.2 these days.
Copy link
Owner

@ilevkivskyi ilevkivskyi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK, I think requiring a bit newer one should be fine.

@ilevkivskyi ilevkivskyi merged commit 01f1b91 into ilevkivskyi:master Sep 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants