Skip to content

Commit cb6530d

Browse files
authored
Update typing extensions to allow v4 (#2217)
* Update typing extensions to allow v4 * Loosen typing-extensions version * Add newsfragment for typing-extensions bump
1 parent beeb052 commit cb6530d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

newsfragments/2217.misc.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update ``typing-extensions`` dependency to allow for v4

setup.py

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

0 commit comments

Comments
 (0)