v0.28.0
What's Changed
- remove
expect_fields_set
by @samuelcolvin in #565 - Use
__pydantic_serializer__
for serializing to JSON by @dmontagu in #557 - use
LiteralString
onPydanticCustomError
by @samuelcolvin in #562 - fix: copy with tzinfo by @JeanArhancet in #567
- separate model fields validator from typed dict validator by @samuelcolvin in #568
- Error URLs by @samuelcolvin in #570
- Rework def ref system to fix various bugs by @adriangb in #571
New Contributors
- @JeanArhancet made their first contribution in #567
Full Changelog: v0.27.1...v0.28.0