Fatal1ty / mashumaro

Fast and well tested serialization library
Apache License 2.0
758 stars 45 forks source link

Add support for PEP 696 #155

Closed Fatal1ty closed 1 year ago

Fatal1ty commented 1 year ago

Is your feature request related to a problem? Please describe. Type defaults have been added in PEP 696 and typing-extensions. We can use this information.

Describe the solution you'd like Investigate how these defaults could be used and do the rest.

Fatal1ty commented 1 year ago

This PEP is still in the draft status. I'm going to close this issue and reopen it again when that changes.