gdanezis / petlib

A python library that implements a number of Privacy Enhancing Technolgies
BSD 2-Clause "Simplified" License
133 stars 33 forks source link

Update msgpack dependency #28

Open laurent-girod opened 2 years ago

laurent-girod commented 2 years ago

Hello,

The MessagePack dependency package was renamed from msgpack-python to msgpack.

Furthermore, the version 1.0 of msgpack brought some breaking changes to its API.

I updated the dependency to the latest release of msgpack, and adapted the serialization code to the new API.

All the best,

Laurent