Ormsgpack

Latest version: v1.9.1

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

Scan your dependencies

Page 5 of 6

0.3.5

Fixed
- Fixed clippy warnings for semicolon in macro.
Misc
- Bumped serde.rs

0.3.4

Fixed
- Fixed `ormsgpack.pyi` support of str as input for `unpackb`.
Misc
- Fixed Windows CI/CD.

0.3.3

Misc
- Refactored adding objects to the module, creating a `__all__` object similar to the way PyO3 creates. This solves an issue with upgrading to new maturin version.
- Changed < Py3.7 implementation to use automatic range inclusion.
- Added test to validate correct Python method flags are used on declare.
- Changed to use PyO3 configurations instead of our own. PR [25](/../../pull/25) by [pejter](https://github.com/pejter).

0.3.2

Fixed
- Fix memory leak serializing `datetime.datetime` with `tzinfo`. (Copied from orjson)
Changed
- Update dependencies, PyO3 -> 0.14.1.
Misc
- Setup dependabot.

0.3.1

Changed
- `packb` of maps and sequences is now almost 2x faster as it leverages known size. PR [18](/../../pull/18) by [ijl](https://github.com/ijl).
Misc
- Added `scripts/bench_target.py` and `scripts/profile.sh` for easily benchmarking and profiling. Works only on Linux. PR [17](/../../pull/17) by [ijl](https://github.com/ijl).

0.3.0

Added
- `unpackb` now accepts keyword argument `option` with argument `OPT_NON_STR_KEYS`. This option will let ormsgpack
unpack dictionaries with non-str keys.
Be aware that this option is considered unsafe and disabled by default in msgpack due to possibility of HashDoS.
- `packb` now is able to pack dictionaries with tuples as keys. `unpackb` is able to unpack such dictionaries. Both requires
`OPT_NON_STR_KEYS`.
Misc
- Grouped benchmarks in a pattern that should make more sense.
- Added pydantic docs to `README.md`
- Added graphs and benchmark results.

Page 5 of 6

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.