Skip to content

1.7.0

Latest
Compare
Choose a tag to compare
@exg exg released this 29 Nov 07:22
· 7 commits to master since this release

Fixed

  • Detect Pydantic 2.10 models #311
  • Fix serialization of dataclasses without __slots__ and with a field defined
    with a descriptor object as default value, a field defined with init=False
    and a default value, or a cached property

Changed

  • Drop support for Python 3.8
  • Support OPT_SORT_KEYS also for Pydantic models #312
  • Improve deserialization performance