Relative Content

Tag Archive for pythonpydanticpydantic-v2

skip_on_failure Flag with Pydantic V2?

The root_validator that was available with Pydantic V1 allowed a flag called skip_on_failure, which allowed other validators to be run even if prior ones failed (when set to True).