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
Input should be a valid integer, unable to parse string as an integer [type=int_parsing, input_value='not_an_int', input_type=str]
875
-
For further information visit https://errors.pydantic.dev/2.12/v/int_parsing
874
+
For further information visit https://errors.pydantic.dev/{pydantic_version}/v/int_parsing
876
875
b
877
876
The default factory uses validated data, but at least one validation error occurred [type=default_factory_not_called, input_value=PydanticUndefined, input_type=PydanticUndefinedType]
878
-
For further information visit https://errors.pydantic.dev/2.12/v/default_factory_not_called"""
877
+
For further information visit https://errors.pydantic.dev/{pydantic_version}/v/default_factory_not_called"""
0 commit comments