Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exclude broken typing-extensions version + fix import #2460

Merged
merged 1 commit into from Aug 29, 2021

Commits on Aug 29, 2021

  1. Exclude broken typing-extensions version + fix 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.
    ichard26 committed Aug 29, 2021
    Copy the full SHA
    968621b View commit details
    Browse the repository at this point in the history