Skip to content

Commit

Permalink
Update typing extensions to allow v4 (#2217)
Browse files Browse the repository at this point in the history
* Update typing extensions to allow v4

* Loosen typing-extensions version

* Add newsfragment for typing-extensions bump
  • Loading branch information
kclowes authored Jan 27, 2022
1 parent beeb052 commit cb6530d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions newsfragments/2217.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update ``typing-extensions`` dependency to allow for v4
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"pywin32>=223;platform_system=='Windows'",
"requests>=2.16.0,<3.0.0",
# remove typing_extensions after python_requires>=3.8, see web3._utils.compat
"typing-extensions>=3.7.4.1,<4;python_version<'3.8'",
"typing-extensions>=3.7.4.1,<5;python_version<'3.8'",
"websockets>=9.1,<10",
],
python_requires='>=3.6,<4',
Expand Down

0 comments on commit cb6530d

Please sign in to comment.