jcrist / msgspec

A fast serialization and validation library, with builtin support for JSON, MessagePack, YAML, and TOML
https://jcristharif.com/msgspec/
BSD 3-Clause "New" or "Revised" License
2.44k stars 75 forks source link

Treat Pydantic dataclasses as objects that are not dataclasses at all #729

Open charles-dyfis-net opened 2 months ago

charles-dyfis-net commented 2 months ago

Per #728. Preferable to explicitly not support a type than to ignore its configured constraints, default sources, &c.