From: Richard Si <63936253+ichard26@users.noreply.github.com> Date: Sun, 29 Aug 2021 21:04:49 +0000 (-0400) Subject: Exclude broken typing-extensions version + fix import (#2460) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/a8b4665e7d6eb945c47820adb1a3f8b006adce0c?ds=inline;hp=a8b4665e7d6eb945c47820adb1a3f8b006adce0c Exclude broken typing-extensions version + fix import (#2460) re. 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. ---