Skip to content

Commit d7fb355

Browse files
authored
Extend typing_extensions to <4.2.0 (#689) (#690)
1 parent c9f2f72 commit d7fb355

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
@@ -12,7 +12,7 @@ pydantic>=1.7.4,!=1.8,!=1.8.1,<1.9.0
1212
numpy>=1.15.0
1313
# Backports of modern Python features
1414
dataclasses>=0.6,<1.0; python_version < "3.7"
15-
typing_extensions>=3.7.4.1,<4.0.0.0; python_version < "3.8"
15+
typing_extensions>=3.7.4.1,<4.2.0; python_version < "3.8"
1616
contextvars>=2.4,<3; python_version < "3.7"
1717
# Development dependencies
1818
cython>=0.25.0,<3.0

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ install_requires =
5151
pydantic>=1.7.4,!=1.8,!=1.8.1,<1.9.0
5252
# Backports of modern Python features
5353
dataclasses>=0.6,<1.0; python_version < "3.7"
54-
typing_extensions>=3.7.4.1,<4.0.0.0; python_version < "3.8"
54+
typing_extensions>=3.7.4.1,<4.2.0; python_version < "3.8"
5555
contextvars>=2.4,<3; python_version < "3.7"
5656

5757
[options.extras_require]

0 commit comments

Comments
 (0)