Thanks to @jamesclark-Zapata for the original change. This is long overdue - support for msgpack >= 1.0.
The strict_map_key kwarg was already supported as of v0.6.2, its default value just changed at v1.0. So, I've left 0.6.2 supported and just bumped the upper bound so that this isn't a breaking change and won't trade one set of incompatibilities for another. rpcq is on the way out from most production use cases shortly so this should be plenty of headroom to get it to EOL.
Thanks to @jamesclark-Zapata for the original change. This is long overdue - support for
msgpack >= 1.0
.The
strict_map_key
kwarg was already supported as ofv0.6.2
, its default value just changed atv1.0
. So, I've left0.6.2
supported and just bumped the upper bound so that this isn't a breaking change and won't trade one set of incompatibilities for another.rpcq
is on the way out from most production use cases shortly so this should be plenty of headroom to get it to EOL.