Closed utnapischtim closed 2 years ago
This PR removes the RemovedInMarshmallow4Warning warning by updating the code to the new interface of marshmallow.Field.
It was necessary to wrap parameters (load_from, data_key, dump_to) into a dictionary to give to the parameter metadata.
Related to https://github.com/inveniosoftware/invenio-app-rdm/issues/1112
LGTM. locally tests pass after #206 has been integrated and this branch has been rebased
@utnapischtim or @rekt-hard: Do you mind rebasing the PR so we can merge.
This PR removes the RemovedInMarshmallow4Warning warning by updating the code to the new interface of marshmallow.Field.
It was necessary to wrap parameters (load_from, data_key, dump_to) into a dictionary to give to the parameter metadata.