Skip to content

Commit

Permalink
Bump typing_extensions dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p committed Jun 21, 2023
1 parent 304997b commit 73d6b2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def run(self):
# When changing this, also update mypy-requirements.txt.
install_requires=[
"typed_ast >= 1.4.0, < 2; python_version<'3.8'",
"typing_extensions>=3.10",
"typing_extensions>=4.0.1",
"mypy_extensions >= 1.0.0",
"tomli>=1.1.0; python_version<'3.11'",
],
Expand Down

0 comments on commit 73d6b2b

Please sign in to comment.