They renamed to `msgpack` and the version is 1.0.3

msgpack_lists_by_default
Tyler Goodlet 2022-02-14 16:00:29 -05:00
parent c65756ed80
commit 17e195aacf
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
Update to and pin latest `msgpack-python` (0.5.6) and `msgspec` (0.4.0)
Update to and pin latest `msgpack` (1.0.3) and `msgspec` (0.4.0)
both of which required adjustments for backwards imcompatible API
tweaks.

View File

@ -56,7 +56,7 @@ setup(
'pdbpp',
# serialization
'msgpack',
'msgpack>=1.0.3',
],
extras_require={