Skip to content

Commit

Permalink
Add minimal typing_extensions version (#1728)
Browse files Browse the repository at this point in the history
We need it for the `Self` definition if you're not on python 3.11.

Fixes #1727
  • Loading branch information
therve authored Oct 18, 2023
1 parent 0f5b476 commit fb8ecc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ install_requires =
urllib3>=1.15
certifi
python-dateutil
typing-extensions
typing-extensions>=4.0.0
setup_requires =
setuptools>=30.3.0
setuptools_scm
Expand Down

0 comments on commit fb8ecc0

Please sign in to comment.