diff --git a/setup.py b/setup.py index 061bb9ddf5b5..fc2cce9fa55f 100644 --- a/setup.py +++ b/setup.py @@ -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'", ],