4.62.1

(fix): SDK clients now catch pydantic.ValidationError during response parsing and wrap it in ParsingError with the response body, headers, status code and cause. Previously, validation errors from parse_obj_as would bubble up raw, preventing users from inspecting the actual API response.