Closed chriswmackey closed 3 years ago
The error messages of the core libraries are just so much clearer than those from Pydantic. So I am changing the model validation to do serialization with the core libraries first and only run the Pydantic validation at the end.
:tada: This PR is included in version 1.44.13 :tada:
The release is available on:
v1.44.13
Your semantic-release bot :package::rocket:
The error messages of the core libraries are just so much clearer than those from Pydantic. So I am changing the model validation to do serialization with the core libraries first and only run the Pydantic validation at the end.