-
Notifications
You must be signed in to change notification settings - Fork 64
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
All input_types are currently just using BaseModel which by default allows extra fields to be specified. This causes silent data loss if you name the field incorrectly. It would be nice to have a way to either specify at generation time some extra ConfigDict() options, or to have all inputs coming off a single base model which could then be patched by the caller to prevent extra fields if required.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers