- Add support for
cbor26.x.
cbor26.x removedCBORDecodeValueErrorandCBORDecodeErroris not a subclass ofValueErroranymore.
Decoding is now based onCBORDecodeError, so an invalid CBOR encoding always results in aValueErroras documented, with any supportedcbor2version. - Fix
py-sr25519-bindingsdependency for Python 3.7 and 3.8.