refactor: ♻️ Use typing_extensions instead of _typed_dict#2621
Merged
Conversation
typing_extensions instead of _typed_dicttyping_extensions instead of _typed_dict
typing_extensions instead of _typed_dicttyping_extensions instead of _typed_dict
Paillat-dev
force-pushed
the
typed-dict
branch
from
October 24, 2024 13:07
90fb22d to
cf9d859
Compare
Member
Author
|
Does this need changelog ? |
Paillat-dev
force-pushed
the
typed-dict
branch
from
October 29, 2024 09:50
cf9d859 to
ace2c1d
Compare
Paillat-dev
force-pushed
the
typed-dict
branch
from
October 30, 2024 10:13
ace2c1d to
77f5683
Compare
Member
Nope, just need to test if this works for typing_extensions 4.0.0 since that's the lowest allowed version in the requirements. |
Member
Author
Member
|
TypedDict has had changes after 4.0.0 (ref), we'd better test both older and newer versions. |
Paillat-dev
force-pushed
the
typed-dict
branch
from
November 18, 2024 11:01
6eaa65d to
43d218e
Compare
Member
Author
|
will do |
Member
Author
|
#2655 requires |
Member
Two seperate pull requests, no need. |
Dorukyum
reviewed
Jan 4, 2025
Dorukyum
approved these changes
Jan 4, 2025
Dorukyum
enabled auto-merge (squash)
January 4, 2025 18:47
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Summary
Information
fixes: Remove _typed_dict.py #2166
examples, ...).
Checklist
type: ignorecomments were used, a comment is also left explaining why.