bi-sumicity
Results
1
issues of
bi-sumicity
pydantic\main.py", line 406, in pydantic.main.BaseModel.__init__ pydantic.error_wrappers.ValidationError: 1 validation error for Task priority value is not a valid integer (type=type_error.integer) I managed to fix it by changing the int type to...