mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
86b8486c1d
* Update to PEP 681 dataclasses * Add changes file * Pre-commit Co-authored-by: Samuel Colvin <s@muelcolvin.com>
217 B
217 B
The use of __dataclass_transform__ has been replaced by typing_extensions.dataclass_transform, which is the preferred way to mark pydantic models as a dataclass under PEP 681.