from marshmallow import EXCLUDE, Schema class SchemaWithMeta(Schema): class Meta: unknown = EXCLUDE strict = True