Fatal1ty / mashumaro

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

Fix type substitution in Annotated on Python 3.13 #208

Closed Fatal1ty closed 4 months ago

Fatal1ty commented 4 months ago

Implementation of Annotated on Python 3.13 was changed and broke our type substitution:

This PR simplifies type substitution in Annotated to work on all Python versions.