Orjson

Latest version: v3.10.3

Safety actively analyzes 630169 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 18 of 21

2.1.3

Not secure
Changed

- Publish Python 3.8 wheels for macOS and Windows.

2.1.2

Not secure
Changed

- The recursion limit of `default` on `orjson.dumps()` has been increased from
5 to 254.

2.1.1

Not secure
Changed

- Publish `manylinux1` wheels instead of `manylinux2010`.

2.1.0

Not secure
Added

- `orjson.dumps()` serializes `dataclasses.dataclass` instances if
`option=orjson.OPT_SERIALIZE_DATACLASS` is specified.
- `orjson.dumps()` accepts `orjson.OPT_UTC_Z` to serialize UTC as "Z" instead
of "+00:00".
- `orjson.dumps()` accepts `orjson.OPT_OMIT_MICROSECONDS` to not serialize
the `microseconds` attribute of `datetime.datetime` and `datetime.time`
instances.
- `orjson.loads()` accepts `bytearray`.

Changed

- Drop support for Python 3.5.
- Publish `manylinux2010` wheels instead of `manylinux1`.

2.0.11

Not secure
Changed

- Publish Python 3.8 wheel for Linux.

2.0.10

Not secure
Changed

- Performance improvements and lower memory usage in deserialization
by creating only one `str` object for repeated map keys.

Page 18 of 21

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.