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

ref: Remove typing_extensions dep #29521

Merged
merged 5 commits into from
Nov 3, 2021
Merged

Conversation

untitaker
Copy link
Member

We (I, lol) have added inconsistent uses of TypedDict to our codebase, so TypedDict is sometimes imported from mypy_extensions and sometimes from typing_extensions.

#29511 removes mypy_extensions parts, this removes all uses of typing_extensions (typeddict, literal, protocol)

@untitaker untitaker requested review from a team October 22, 2021 18:05
Copy link
Contributor

@relaxolotl relaxolotl left a comment

Choose a reason for hiding this comment

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

native change seems reasonable

@untitaker
Copy link
Member Author

The docker build is running on 3.6 and is therefore failing. I don't know who should be updating that? I assume onpremise still runs on 3.6?

@untitaker untitaker merged commit a9b85de into master Nov 3, 2021
@untitaker untitaker deleted the fix/remove-typing-extensions branch November 3, 2021 17:49
@github-actions github-actions bot locked and limited conversation to collaborators Nov 19, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants