发布

  • Exclude broken typing-extensions version + fix import (#2460)

    frostbyte_neo 发布于 2021-08-29 21:04:49 +00:00

    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.

    下载附件