lovasoa / marshmallow_dataclass

Automatic generation of marshmallow schemas from dataclasses.
https://lovasoa.github.io/marshmallow_dataclass/html/marshmallow_dataclass.html
MIT License
458 stars 78 forks source link

Support PEP 604 (X | Y) union notation #219

Closed dairiki closed 1 year ago

dairiki commented 1 year ago

Fixes #194

Note that the PEP 604 notation is only supported in Python version 3.10 and above.

lovasoa commented 1 year ago

Thanks @dairiki :slightly_smiling_face:

LostInDarkMath commented 1 year ago

When will this fix be released?

dairiki commented 1 year ago

When will this fix be released?

Six minutes ago!

It's in release 8.5.10 which was just made.