dynamorm
dynamorm copied to clipboard
Update _marshmallow.py, unknown=EXCLUDE issue solved
I solved the issue: ValueError: Object 'EXCLUDE' is not a valid value for the 'unknown' parameter for marshmallow package. I imported EXCLUDE from marshmallow and used it instead of "EXCLUDE" upper case string
@NerdWalletOSS/dynamorm
LGTM
Nice!