Skip to content

Commit fb8ecc0

Browse files
authored
Add minimal typing_extensions version (#1728)
We need it for the `Self` definition if you're not on python 3.11. Fixes #1727
1 parent 0f5b476 commit fb8ecc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ install_requires =
4242
urllib3>=1.15
4343
certifi
4444
python-dateutil
45-
typing-extensions
45+
typing-extensions>=4.0.0
4646
setup_requires =
4747
setuptools>=30.3.0
4848
setuptools_scm

0 commit comments

Comments
 (0)