Skip to content

Release v0.7.3

Choose a tag to compare

@github-actions github-actions released this 19 Jul 14:03
  • Fixed: if __init__() accepts kwargs
    no longer all attributes will be serialized,
    but only the ones included in kwargs
    (in addition to the other arguments).
    This requires that
    super.__init__(**kwargs)
    is called in the constructor