Z2Pack icon indicating copy to clipboard operation
Z2Pack copied to clipboard

Fix msgpack deprecation

Open greschd opened this issue 5 years ago • 1 comments

msgpack/__init__.py:58: PendingDeprecationWarning: encoding is deprecated, Use raw=False instead.
    return unpackb(data, **kwargs)

greschd avatar Sep 11 '20 09:09 greschd

Probably fixed by fsc.iohelper update. Still needs updating of the direct msgpack-python dependency (changed to msgpack).

greschd avatar Oct 02 '20 20:10 greschd