v3.0.0b5 — Pydantic support
-
Add support for Pydantic models!
Now you can work with pydantic models like any other: construct from dict, serialize to dict, convert to any other model, and convert it to any other model.
Also, you can use integrations.pydantic.native_pydantic to delegate loading and dumping to pydantic itself.
-
Add support for dumping
Literal
insideUnion
. #237 -
Add support for
BytesIO
andIO[bytes]
. #270
See the full list of changes at changelog.