Fatal1ty / mashumaro

Fast and well tested serialization library
Apache License 2.0
751 stars 44 forks source link

Add support for PEP 695 #211

Closed Fatal1ty closed 4 months ago

Fatal1ty commented 4 months ago

Is your feature request related to a problem? Please describe. PEP 695 specifies an improved syntax for specifying type parameters within a generic class, function, or type alias. It also introduces a new statement for declaring type aliases.

Describe the solution you'd like We should access the stored attribute __value__ in the new TypeAliasType instance and work with it as if it were a regular type.