Use attr instead of NamedTuple to generate SWHID.
As NamedTuple inherits from tuple, msgpack serializes it like a tuple, which makes it indistinguishable from a tuple when deserializing, which is an issue for the RPC API.
parent
bea256e3
No related branches found
Tags v0.3.3
Loading