inveniosoftware / invenio-files-rest

REST API for uploading/downloading files for Invenio.
https://invenio-files-rest.readthedocs.io
MIT License
9 stars 67 forks source link

Remove deprecation warnings from marshmallow #278

Closed utnapischtim closed 2 years ago

utnapischtim commented 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, location) into a dictionary to give to the parameter metadata. Further the missing parameter has to be changed to load_default.