Skip to content

Commit 5dcb363

Browse files
committed
Fix typing-extensions requirement
1 parent 13fc768 commit 5dcb363

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
@@ -37,7 +37,7 @@ install_requires =
3737
packaging>=20.9
3838
platformdirs
3939
tomli;python_version < '3.11'
40-
typing-extensions>=3.10.0.0;python_version < '3.8'
40+
typing-extensions>=4.1.0;python_version < '3.11'
4141
python_requires = >=3.7
4242
include_package_data = True
4343
zip_safe = False

0 commit comments

Comments
 (0)