You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 19, 2023. It is now read-only.
#161 - Nullable is always Falsey #168 - Fix handling of untyped container types in Python 3.9 #169 - Preserve type of dict keys when converting to & from json #165 - Type hint of from_json is now compatible with json.loads() #172 - Kwargs of __init_subclass__ are now passed to parent #171 - Support discriminators when used with type unions
#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]]