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

Implement experimental support for PEP 728 #7232

Closed
erictraut opened this issue Feb 8, 2024 · 2 comments
Closed

Implement experimental support for PEP 728 #7232

erictraut opened this issue Feb 8, 2024 · 2 comments
Labels
addressed in next version Issue is fixed and will appear in next published version enhancement request New feature or request

Comments

@erictraut
Copy link
Collaborator

Draft PEP 728 proposes to add a way to specify the type of "extra fields" within a TypedDict.

It would be helpful for pyright to implement provisional support for this as a way to help validate the technical design and usability of the proposal.

@erictraut erictraut added the enhancement request New feature or request label Feb 8, 2024
erictraut added a commit that referenced this issue Feb 21, 2024
…within TypedDicts). You must set enableExperimentalFeatures to true for now. This addresses #7232.
erictraut added a commit that referenced this issue Feb 21, 2024
…within TypedDicts). You must set enableExperimentalFeatures to true for now. This addresses #7232. (#7313)
@erictraut
Copy link
Collaborator Author

This will be included in the next release of pyright.

@erictraut erictraut added the addressed in next version Issue is fixed and will appear in next published version label Feb 21, 2024
@erictraut
Copy link
Collaborator Author

This is addressed in pyright 1.1.352, which I just published.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
addressed in next version Issue is fixed and will appear in next published version enhancement request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant