Fix tests on 3.8/3.9 with latest typing_extensions#366
Fix tests on 3.8/3.9 with latest typing_extensions#366agronholm merged 11 commits intoagronholm:masterfrom
Conversation
|
Hmm, I see |
|
FYI, we are taking steps at |
|
I'll take a look at your changes tomorrow. |
|
Thanks! Took me a while longer to review than I hoped, but here we are. |
No worries at all — thanks for the review! |
Fixes #363
Fixes the CI failures seen in #365
typing_extensions>=4.6.0reimplementstyping.Literalon all Python versions <3.10.1, in order to backport various bugfixes that were requested by the community. This breaks some assumptions thattypeguardcurrently makes.