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

Conversation

amartani
Copy link
Contributor

@amartani amartani commented Aug 2, 2022

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.

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.
@ezyang ezyang merged commit 4b54818 into ezyang:master Aug 2, 2022
@codesandbax
Copy link

#107 #100 08 #106 #104

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants