pydantic · pydantic/int_from_float
int_from_float
Integer Expected, Got Float With Fractional Part
A float was provided for an integer field but it has a non-zero fractional part (e.g. 1.5). Use a whole number or change the field type to float.
A float was provided for an integer field but it has a non-zero fractional part (e.g. 1.5). Use a whole number or change the field type to float.