Skip to content

Commit

Permalink
avoid typing_extensions 3.10.0.1 (elastic#1313)
Browse files Browse the repository at this point in the history
That specific version has a bug on Python 3.10

See python/typing#865
  • Loading branch information
beniwohli committed Sep 14, 2021
1 parent cd27f61 commit 47ba8d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/requirements/reqs-base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,4 @@ structlog

pytest-asyncio==0.15.1 ; python_version >= '3.7'
asynctest==0.13.0 ; python_version >= '3.7'
typing_extensions!=3.10.0.1 ; python_version >= '3.10' # see https://github.com/python/typing/issues/865

0 comments on commit 47ba8d3

Please sign in to comment.