lovasoa / marshmallow_dataclass

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

Added test for union with generics #261

Closed jasle closed 3 months ago

jasle commented 3 months ago

Add test for issue #250

jasle commented 3 months ago

This PR should currently fail the checks with older python versions.

I will remove the draft status when the support for them is dropped.r

jasle commented 3 months ago

Added skipif, ready to merge.