Bump version to 0.0.27#3185
Merged
charliermarsh merged 3 commits intomainfrom Mar 31, 2026
Merged
Conversation
AlexWaygood
approved these changes
Mar 31, 2026
|
|
||
| - Add bidirectional type context for TypedDict `get()` defaults ([#24231](https://github.com/astral-sh/ruff/pull/24231)) | ||
| - Add bidirectional type context for TypedDict `pop()` defaults ([#24229](https://github.com/astral-sh/ruff/pull/24229)) | ||
| - Add materialization to `Divergent` type ([#24255](https://github.com/astral-sh/ruff/pull/24255)) |
| - Add materialization to `Divergent` type ([#24255](https://github.com/astral-sh/ruff/pull/24255)) | ||
| - Add support for functional TypedDict ([#24174](https://github.com/astral-sh/ruff/pull/24174)) | ||
| - Ban type qualifiers in PEP-695 type aliases ([#24242](https://github.com/astral-sh/ruff/pull/24242)) | ||
| - Emit diagnostic for functional TypedDict with non-literal name ([#24331](https://github.com/astral-sh/ruff/pull/24331)) |
Member
There was a problem hiding this comment.
I'd consolidate this into the bullet point that talks about functional TypedDict support being added
| - Infer lambda expressions with `Callable` type context ([#22633](https://github.com/astral-sh/ruff/pull/22633)) | ||
| - Make `Type::BoundMethod` include instances of same-named methods bound to a subclass ([#24039](https://github.com/astral-sh/ruff/pull/24039)) | ||
| - Propagate type context through `await` expressions ([#24256](https://github.com/astral-sh/ruff/pull/24256)) | ||
| - Reject functional TypedDict with mismatched names ([#24295](https://github.com/astral-sh/ruff/pull/24295)) |
Member
There was a problem hiding this comment.
same here, I'd consolidate this into the bullet point about adding support for functional typeddicts
Co-authored-by: Alex Waygood <[email protected]>
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.
No description provided.