Skip to content

Improve jmespath #14176

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

Merged
merged 2 commits into from
May 28, 2025
Merged

Improve jmespath #14176

merged 2 commits into from
May 28, 2025

Conversation

donBarbos
Copy link
Contributor

No description provided.

This comment has been minimized.

class _ASTNode(TypedDict):
type: _NodeType
children: list[_ASTNode]
value: NotRequired[str]
Copy link
Contributor Author

Choose a reason for hiding this comment

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

or it could be any basic type, and I should use object:

Suggested change
value: NotRequired[str]
value: NotRequired[object]

Copy link
Contributor

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

@srittau srittau merged commit c30f631 into python:main May 28, 2025
49 checks passed
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.

2 participants