fix(mm): do not allow extra fields on ModelRecordChanges

This commit is contained in:
psychedelicious 2024-03-05 12:36:15 +11:00
parent a8b6635050
commit 58fa9c2fac

View File

@ -59,7 +59,7 @@ class ModelSummary(BaseModel):
tags: Set[str] = Field(description="tags associated with model")
class ModelRecordChanges(BaseModelExcludeNull, extra="allow"):
class ModelRecordChanges(BaseModelExcludeNull):
"""A set of changes to apply to a model."""
# Changes applicable to all models