Bump version to 0.0.28#3206
Merged
charliermarsh merged 2 commits intomainfrom Apr 2, 2026
Merged
Conversation
AlexWaygood
approved these changes
Apr 2, 2026
Member
AlexWaygood
left a comment
There was a problem hiding this comment.
I'd be tempted to combine the 7(!) PRs I did related to type-expression validation into a single bullet:
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 265a358..112590b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -16,16 +16,10 @@ Released on 2026-04-02.
- Avoid emitting cascading diagnostics when parsing invalid type expressions ([#24326](https://github.com/astral-sh/ruff/pull/24326))
- Handle most "deep" mutual TypeVar constraints ([#24079](https://github.com/astral-sh/ruff/pull/24079))
-- Improve consistency and quality of diagnostics relating to invalid type forms ([#24325](https://github.com/astral-sh/ruff/pull/24325))
-- Improve robustness of various type-qualifier-related checks ([#24251](https://github.com/astral-sh/ruff/pull/24251))
-- Infer the `extra_items` keyword argument to class-based TypedDicts as an annotation expression ([#24362](https://github.com/astral-sh/ruff/pull/24362))
+- Improve consistency and quality of type-expression validation ([#24325](https://github.com/astral-sh/ruff/pull/24325), [#24251](https://github.com/astral-sh/ruff/pull/24251), [#24362](https://github.com/astral-sh/ruff/pull/24362), [#24329](https://github.com/astral-sh/ruff/pull/24329), [#24353](https://github.com/astral-sh/ruff/pull/24353), [#24370](https://github.com/astral-sh/ruff/pull/24370), [#24360](https://github.com/astral-sh/ruff/pull/24360))
- Pass type context to sequence literals in binary operations ([#24197](https://github.com/astral-sh/ruff/pull/24197))
- Sync vendored typeshed stubs ([#24340](https://github.com/astral-sh/ruff/pull/24340)). [Typeshed diff](https://github.com/python/typeshed/compare/f8f0794d0fe249c06dc9f31a004d85be6cca6ced...c5e47faeda2cf9d233f91bc1dc95814b0cc7ccba)
-- Tighten up validation of subscripts and attributes in type expressions ([#24329](https://github.com/astral-sh/ruff/pull/24329))
-- Use `infer_type_expression` for parsing parameter annotations and return-type annotations ([#24353](https://github.com/astral-sh/ruff/pull/24353))
-- Use `infer_type_expression` for validating PEP-613 type aliases ([#24370](https://github.com/astral-sh/ruff/pull/24370))
- Validate TypedDict fields when subclassing ([#24338](https://github.com/astral-sh/ruff/pull/24338))
-- Validate type qualifiers in functional TypedDict fields and the `extra_items` keyword to functional TypedDicts ([#24360](https://github.com/astral-sh/ruff/pull/24360))
- Various cleanups to functional `TypedDict` parsing logic ([#24345](https://github.com/astral-sh/ruff/pull/24345))
### ContributorsCo-authored-by: Alex Waygood <[email protected]>
Member
Author
|
I'm enjoying the seven entries :) |
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.