Skip to content

Commit 430592b

Browse files
authored
Extend typing_extensions to <4.2.0 (explosion#10899)
1 parent 6c6b8da commit 430592b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ langcodes>=3.2.0,<4.0.0
2121
# Official Python utilities
2222
setuptools
2323
packaging>=20.0
24-
typing_extensions>=3.7.4.1,<4.0.0.0; python_version < "3.8"
24+
typing_extensions>=3.7.4.1,<4.2.0; python_version < "3.8"
2525
# Development dependencies
2626
pre-commit>=2.13.0
2727
cython>=0.25,<3.0

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ install_requires =
6161
# Official Python utilities
6262
setuptools
6363
packaging>=20.0
64-
typing_extensions>=3.7.4,<4.0.0.0; python_version < "3.8"
64+
typing_extensions>=3.7.4,<4.2.0; python_version < "3.8"
6565
langcodes>=3.2.0,<4.0.0
6666

6767
[options.entry_points]

0 commit comments

Comments
 (0)