Skip to content

Commit db2e53a

Browse files
committed
Pin typing_extensions high enough for our use of it
1 parent 89cfe10 commit db2e53a

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
@@ -32,7 +32,7 @@ python_requires = >=3.7
3232
packages = find:
3333
include_package_data = true
3434
install_requires =
35-
typing_extensions; python_version < "3.11"
35+
typing_extensions>=4; python_version < "3.11"
3636
zip_safe = false
3737

3838
[options.extras_require]

0 commit comments

Comments
 (0)