Skip to content

Commit

Permalink
Require newer typing-extensions (#76)
Browse files Browse the repository at this point in the history
I think we need at least 3.7.4.2 these days.
  • Loading branch information
pschanely committed Sep 5, 2021
1 parent d71859e commit 01f1b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,3 +1,3 @@
typing >= 3.7.4
mypy_extensions >= 0.3.0
typing_extensions >= 3.7.4
typing_extensions >= 3.7.4.2

0 comments on commit 01f1b91

Please sign in to comment.