From 17e195aacfc9ef101a1c8857294a9aecb5ca412e Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Mon, 14 Feb 2022 16:00:29 -0500 Subject: [PATCH] They renamed to `msgpack` and the version is 1.0.3 --- nooz/300.misc.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nooz/300.misc.rst b/nooz/300.misc.rst index bd5e217..0fe5c38 100644 --- a/nooz/300.misc.rst +++ b/nooz/300.misc.rst @@ -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. diff --git a/setup.py b/setup.py index 631d151..dd00715 100755 --- a/setup.py +++ b/setup.py @@ -56,7 +56,7 @@ setup( 'pdbpp', # serialization - 'msgpack', + 'msgpack>=1.0.3', ], extras_require={