Skip to content

Commit

Permalink
Extend typing_extensions to <4.2.0 (#689) (#690)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianeboyd committed Jun 2, 2022
1 parent c9f2f72 commit d7fb355
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pydantic>=1.7.4,!=1.8,!=1.8.1,<1.9.0
numpy>=1.15.0
# Backports of modern Python features
dataclasses>=0.6,<1.0; python_version < "3.7"
typing_extensions>=3.7.4.1,<4.0.0.0; python_version < "3.8"
typing_extensions>=3.7.4.1,<4.2.0; python_version < "3.8"
contextvars>=2.4,<3; python_version < "3.7"
# Development dependencies
cython>=0.25.0,<3.0
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ install_requires =
pydantic>=1.7.4,!=1.8,!=1.8.1,<1.9.0
# Backports of modern Python features
dataclasses>=0.6,<1.0; python_version < "3.7"
typing_extensions>=3.7.4.1,<4.0.0.0; python_version < "3.8"
typing_extensions>=3.7.4.1,<4.2.0; python_version < "3.8"
contextvars>=2.4,<3; python_version < "3.7"

[options.extras_require]
Expand Down

0 comments on commit d7fb355

Please sign in to comment.