-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Description
Hey guys,
This is question on typing-extensions package. In setup.py
Lines 88 to 89 in 74fbcd1
# remove typing_extensions after python_requires>=3.8, see web3._utils.compat | |
"typing-extensions>=3.7.4.1,<4;python_version<'3.8'", |
you require <4 and python <3.8. From what I understand that is since these extensions you use have made it into stdlib's typing module from 3.8 and on.
But from what I see this requirement creates a probem for projects like ours which are still in python 3.7, use web3.py and want to use typing-extensions 4. Is there any reason for the < 4 requirement?
Metadata
Metadata
Assignees
Labels
No labels