Skip to content

Commit e13d1d8

Browse files
author
Pietro Zambelli
committed
Update minimum 'typing-extensions' requirements from '>=3.7.4.3' to '>=4.6.0' to support 'TypeAliasType'
1 parent cd34e1f commit e13d1d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ classifiers = [
3434
]
3535
dependencies = [
3636
"click >= 8.0.0",
37-
"typing-extensions >= 3.7.4.3",
37+
"typing-extensions >= 4.6.0",
3838
]
3939
readme = "README.md"
4040
[project.urls]

0 commit comments

Comments
 (0)