Release v0.7.3
- Fixed: if
__init__()acceptskwargs
no longer all attributes will be serialized,
but only the ones included inkwargs
(in addition to the other arguments).
This requires that
super.__init__(**kwargs)
is called in the constructor
__init__() accepts kwargskwargssuper.__init__(**kwargs)