Skip to content

Commit 4c9870b

Browse files
authored
avoid typing_extensions 3.10.0.1 (#1313)
That specific version has a bug on Python 3.10 See python/typing#865
1 parent d4e2897 commit 4c9870b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/requirements/reqs-base.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,4 @@ structlog
5151

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

0 commit comments

Comments
 (0)