v6.12.1: Fix messagepack pin
🔴 Bug fixes
- Fix issue explosion/spaCy#2995: Pin
msgpack
to version<0.6.0
, to avoid the low message-length limit introduced in v0.6.0, which breaks spaCy. We will relax the pin once spaCy is updated to set themax_xx_len
argument tomsgpack.dumps()