SwissDataScienceCenter / calamus

A JSON-LD Serialization Libary for Python
Apache License 2.0
29 stars 12 forks source link

fix warnings with newer marshmallow versions #78

Closed Panaetius closed 2 years ago

Panaetius commented 2 years ago

We currently pass on our custom values to marshmallow, which triggers warnings. We should exclude init_name, reverse and add_value_types from being passed on to the marshmallow superclass.

We should also change our usages of default to load_default and missing to dump_default.