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

Allow typing-extensions version 4.x #107

Merged
merged 1 commit into from
Aug 2, 2022

Commits on Aug 2, 2022

  1. Allow typing-extensions version 4.x

    Currently, `[tool.poetry.dependencies]` is configured to only allow `typing-extensions` with major version `3`. `typing-extensions` was bumped to version `4`; I believe the only significant change is dropping Python 3.5 support, which is already unsupported by other dependencies. Allow version 4 to be used to avoid unnecessary package conflicts when installed in existing virtualenvs.
    amartani committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    2e0b4d2 View commit details
    Browse the repository at this point in the history