We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b84a9b2 commit c60baddCopy full SHA for c60badd
docs/utilities/parser.md
@@ -259,6 +259,8 @@ If you run using a test event `{"message": "hello universe"}` you should expect
259
260
`model_validator` can help when you have a complex validation mechanism. For example finding whether data has been omitted or comparing field values.
261
262
+???+ tip For users of `root_validator` (deprecated as of version 3.0.0), it is recommended to use `model_validator` instead.
263
+
264
```python title="model_validator.py" hl_lines="1 12-17"
265
--8<-- "examples/parser/src/model_validator.py"
266
```
0 commit comments