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
{{ message }}
This repository has been archived by the owner on Jan 28, 2022. It is now read-only.
Hello,
Looks like specifying unknown fields to be included (per marshmallow convention) is not compatible with marshmallow-objects.
Steps to reproduce:
Looks like the issue is in the
missing_fields
handling logic, it does not account for theMeta.unknown
attribute.This is not an ideal fix, but rather as a proof of concept I made the following change to line 77 in models.py:
Then it works as expected:
The text was updated successfully, but these errors were encountered: