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
We should add loc to PydanticValueError which gets appended to the error loc
Also add file_position (tuple[int, int] of (line, col)), one day when we have a custom JSON parser we can populate this in pydantic-core, until then we just add it via PydanticValueError.
file_position will require some pretty output in error messages.