chore(deps): bump msgpack from 1.0.7 to 1.0.8
Bumps msgpack from 1.0.7 to 1.0.8.
Release notes
Sourced from msgpack's releases.
v1.0.8
What's Changed
- exclude C/Cython files from wheel by
@methane
in msgpack/msgpack-python#577- Build pure Python wheel for minor architectures.
- update Cython to 3.0.8 by
@methane
in msgpack/msgpack-python#581
- This fixes memory leak when iterating over Unpacker on Python 3.12.
Full Changelog: https://github.com/msgpack/msgpack-python/compare/v1.0.7...v1.0.8
Changelog
Sourced from msgpack's changelog.
1.0.8
Release Date: 2024-03-01
- Update Cython to 3.0.8. This fixes memory leak when iterating
Unpacker
object on Python 3.12.- Do not include C/Cython files in binary wheels.