Closed pederhan closed 5 months ago
This PR adds default= kwarg for all generated Pydantic models. That should resolve issues where type checkers are unable to infer that the first argument to Field is the default value.
default=
Field
This PR adds
default=
kwarg for all generated Pydantic models. That should resolve issues where type checkers are unable to infer that the first argument toField
is the default value.