SwissDataScienceCenter / calamus

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

fix: fix warnings due to marshmallow changes #79

Closed Panaetius closed 2 years ago

Panaetius commented 2 years ago

closes #78

Marshmallow deprecated some values in 3.13.0/3.14.0, this changes those so we don't use them and don't forward our custom values to marshmallow.