1. `orjson` is directly imported in multiple files in the source code, while its function could be replaced by `utils.serializer` 2. At some point, alternatives like `msgspec` would be considered to replace `orjson` for compatibility considerations to support `Python >= 3.14`
orjsonis directly imported in multiple files in the source code, while its function could be replaced byutils.serializermsgspecwould be considered to replaceorjsonfor compatibility considerations to supportPython >= 3.14