You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for bytearray and memoryview types by littledivy in #374
Add packb and unpackb option OPT_DATETIME_AS_TIMESTAMP_EXT to serialize aware datetime objects to timestamp extension objects and deserialize timestamp extension objects to UTC datetime objects, respectively #378
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