pydantic · pydantic/bool_type
bool_type
Boolean Type Expected
The input value is not a valid boolean. In strict mode, Pydantic only accepts True/False; in lax mode it also accepts 1/0 and certain strings.
The input value is not a valid boolean. In strict mode, Pydantic only accepts True/False; in lax mode it also accepts 1/0 and certain strings.