You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per #1512, the following validators disable partial support:
DataclassArgsValidator
ModelFieldsValidator
TupleValidator
ArgumentsValidator
GeneratorValidator
DefinitionRefValidator - maybe this is as simple as removing the line, but I don't want to think about it right now
We should remove state.allow_partial = false; and instead set it on all but the last last element/value during validation, as we do for other collections already.
The text was updated successfully, but these errors were encountered:
As per #1512, the following validators disable partial support:
DataclassArgsValidator
ModelFieldsValidator
TupleValidator
ArgumentsValidator
GeneratorValidator
DefinitionRefValidator
- maybe this is as simple as removing the line, but I don't want to think about it right nowWe should remove
state.allow_partial = false;
and instead set it on all but the last last element/value during validation, as we do for other collections already.The text was updated successfully, but these errors were encountered: