Skip to content

Commit 079d2fd

Browse files
committed
Update typing extensions to allow v4
1 parent e01e6ca commit 079d2fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"pywin32>=223;platform_system=='Windows'",
8787
"requests>=2.16.0,<3.0.0",
8888
# remove typing_extensions after python_requires>=3.8, see web3._utils.compat
89-
"typing-extensions>=3.7.4.1,<4;python_version<'3.8'",
89+
"typing-extensions>=4.0.0,<5;python_version<'3.8'",
9090
"websockets>=9.1,<10",
9191
],
9292
python_requires='>=3.6,<4',

0 commit comments

Comments
 (0)