File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# NOTE: this needs to be kept in sync with the "requires" list in pyproject.toml
2- typing_extensions>=3.10
2+ typing_extensions>=4.1.0
33mypy_extensions>=1.0.0
44typed_ast>=1.4.0,<2; python_version<'3.8'
55tomli>=1.1.0; python_version<'3.11'
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ requires = [
66 " setuptools >= 40.6.2" ,
77 " wheel >= 0.30.0" ,
88 # the following is from mypy-requirements.txt
9- " typing_extensions>=3.10 " ,
9+ " typing_extensions>=4.1.0 " ,
1010 " mypy_extensions>=1.0.0" ,
1111 " typed_ast>=1.4.0,<2; python_version<'3.8'" ,
1212 " tomli>=1.1.0; python_version<'3.11'" ,
Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ def run(self):
222222 # When changing this, also update mypy-requirements.txt.
223223 install_requires = [
224224 "typed_ast >= 1.4.0, < 2; python_version<'3.8'" ,
225- "typing_extensions>=3.10 " ,
225+ "typing_extensions>=4.1.0 " ,
226226 "mypy_extensions >= 1.0.0" ,
227227 "tomli>=1.1.0; python_version<'3.11'" ,
228228 ],
You can’t perform that action at this time.
0 commit comments