-
Exclude broken typing-extensions version + fix import (#2460)
released this
2021-08-30 05:04:49 +08:00 | 899 commits to main since this releasere. import, the ipynb code was assuming that typing-extensions would
always be available, but that's not the case! There's an environment
marker on the requirement meaning it won't get installed on 3.10 or
higher. The test suite didn't catch this issue since aiohttp pulls in
typing-extensions unconditionally.Downloads