153 - Support PEP 604 type annotations 152 - Support PEP 585 types 114 - Python module name now included as extension property for OpenAPI 3 149 - Fix import of decimal module 143 - Add support for Python 3.9 147 - Fix handling of `Optional[Union[A,B]]`
2.13
2.13.0
142 - Add support for Python 3.8
2.12.1
Fix 134 - Unrecognized enum values not handled correctly if the field is optional
2.12.0
* Implemented 124 - date field encoder * Fixed 122 - Discriminator not added to field properties * Fixed 125 - Support calling `to_dict` with unknown enum values
2.11.1
Fix 115 - Custom field encoders for `NewType` fields are now called in `from_dict`