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
Just replacing the Parameters subclasses, not the full #932.
There is a much bigger advantage than the serialization part, because the main goal of Pydantic is actually to "validate" the objects' content (during deserialization).
This would provide better errors for the users, and ease the support cutting short possibly longer investigations (as in #1011).
The text was updated successfully, but these errors were encountered:
Just replacing the
Parameters
subclasses, not the full #932.There is a much bigger advantage than the serialization part, because the main goal of Pydantic is actually to "validate" the objects' content (during deserialization).
This would provide better errors for the users, and ease the support cutting short possibly longer investigations (as in #1011).
The text was updated successfully, but these errors were encountered: