Z2Pack
Z2Pack copied to clipboard
Fix msgpack deprecation
msgpack/__init__.py:58: PendingDeprecationWarning: encoding is deprecated, Use raw=False instead.
return unpackb(data, **kwargs)
Probably fixed by fsc.iohelper update. Still needs updating of the direct msgpack-python dependency (changed to msgpack).