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

add slots, match_args, kw_only to dataclass func #252

Open kmc6123 opened 7 months ago

kmc6123 commented 7 months ago

This is similar to an outstanding PR for two reasons: