Fix Exception
🏆 FixMan
BTC
Cup
Exceptions for package
pydantic
7315
2
1982
email-validator is not installed, run `pip install pydantic[email]`
/ pydantic
2
1355
no validator found for (type_), see `arbitrary_types_allowed` in Config
/ pydantic
2
808
python-dotenv is not installed, run `pip install pydantic[dotenv]`
/ pydantic
2
693
Value not declarable with JSON Schema, field: (field)
/ pydantic
2
603
duplicate validator function "(ref)"; if this is intended, set `allow_reuse=True`
/ pydantic
2
14
bounds lt and le cannot be specified at the same time
/ pydantic
1
899
Validators defined with incorrect fields: (fn) (use check_fields=False if you're inheriting from the model and intended this)
/ pydantic
1
800
unable to infer type for attribute "(self.name)"
/ pydantic
1
539
field "(self.name)" not yet prepared so type is still a ForwardRef, you might need to call (cls.__name__).update_forward_refs().
/ pydantic
1
408
Field name "(field_name)" shadows a BaseModel attribute; use a different field name with "alias='(field_name)'".
/ pydantic
1
370
Model values must be a dict; you may not have returned a dictionary from a root validator
/ pydantic
1
353
On field "(field_name)" the following field constraints are set but not enforced: (", ".join(unused_constraints)). For more details see https://pydantic-docs.helpmanual.io/usage/schema/#unenforced-field-constraints
/ pydantic
First
Prev
Page
1
of
10
Next
Last