Skip to content

Commit

Permalink
Support typing_extensions >= 4.0.0
Browse files Browse the repository at this point in the history
I'm assuming the reason that 4.0 is not supported by the official library
is that typing_extensions dropped support for Python < 3.6
  • Loading branch information
mmiermans committed Jul 4, 2022
1 parent 7222dbd commit 48aedd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@

install_requires=[
"aiohttp>=3.0.0",
"typing_extensions>=3.7.4,<4.0.0"
"typing_extensions>=3.7.4"
],

extras_require={
Expand Down

0 comments on commit 48aedd3

Please sign in to comment.