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

Update to PEP 681 dataclasses #4241

Merged
merged 4 commits into from Aug 9, 2022
Merged

Conversation

multimeric
Copy link
Contributor

@multimeric multimeric commented Jul 15, 2022

Change Summary

Replaced the custom __dataclass_transform__ decorator with typing_extensions.dataclass_transform, which is the (backwards-compatible version of) the official PEP 681 spec.

Related issue number

fix #4238

Checklist

  • Unit tests for the changes exist
  • Tests pass on CI and coverage remains at 100%
  • Documentation reflects the changes where applicable
  • changes/<pull request or issue id>-<github username>.md file added describing change
    (see changes/README.md for details)
  • My PR is ready to review, please add a comment including the phrase "please review" to assign reviewers

@multimeric
Copy link
Contributor Author

Please review.

@samuelcolvin samuelcolvin enabled auto-merge (squash) August 9, 2022 09:56
@samuelcolvin
Copy link
Member

thanks so much.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants