You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/home/my-home/invenio-rdm-records/.venv/lib/python3.9/site-packages/invenio_records_resources/services/records/schema.py:105: RemovedInMarshmallow4Warning: The `context` parameter is deprecated and will be removed in marshmallow 4.0. Use `contextvars.ContextVar` to pass context instead.
return self.schema(context=context, **schema_args).dump(data)
From warning logs:
The experimental approach is: https://marshmallow.readthedocs.io/en/latest/marshmallow.experimental.context.html
The text was updated successfully, but these errors were encountered: