Skip to content

Commit 21cd3be

Browse files
Fix minimum version of typing-extensions (#723)
1 parent d392e36 commit 21cd3be

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
@@ -38,7 +38,7 @@ include_package_data = True
3838

3939
install_requires =
4040
frozenlist >= 1.1.0
41-
typing-extensions >= 4.2; python_version < '3.13'
41+
typing-extensions >= 4.4; python_version < '3.13'
4242

4343

4444
[pep8]

0 commit comments

Comments
 (0)