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

Relax dependency on typing-extensions #284

Merged
merged 2 commits into from Feb 7, 2022
Merged

Conversation

gazorby
Copy link
Contributor

@gazorby gazorby commented Feb 5, 2022

We only use typing_extensions for the Literal type, which is available starting from version 3.7.2, so we don't necessarily need typing_extensions>=4.0

Copy link
Contributor

@asvetlov asvetlov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM
I have a feeling that the PR doesn't make much value (while definitely doesn't harm).
Typing system involves fast, the fresh typing-extensions version is crucial for adopting such changes.
Say, I have a plan to use ParamSpec + Concatenate once is is fully supported by mypy.

@asvetlov asvetlov merged commit a92d894 into pytest-dev:master Feb 7, 2022
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

2 participants