Re: [PATCH 1/3] dts: remove use of field validators

2025-02-04 Thread Patrick Robb
Tested from a Fedora41/python3.13 container. Tested-by: Patrick Robb Reviewed-by: Patrick Robb Applying to next-dts, thanks for the patch Luca.

[PATCH 1/3] dts: remove use of field validators

2025-01-31 Thread Luca Vizzarro
When autodoc-pydantic is not installed in the system, autodoc has some trouble parsing Pydantic's field_validator decorators. As a consequence some unwanted warnings are printed when building the docs. This commit removes any use of field validators in favour of "after" model validators. Therefore