Added
- Add support for serializing pydantic's
BaseModelinstances usingormsgpack.OPT_SERIALIZE_PYDANTIC.
Fixed
orjson.packbwithoptionargument asormsgpack.OPT_NON_STR_KEYSserializes bytes key into tuple of integers
instead of using bin type. This also resulted in assymetrical packb/unpackb.
Misc
- Added
--no-indextopip install ormsgpackto avoid installing from PyPI on CI.