Fix Exception
🏆 FixMan
BTC
Cup
Exceptions for package
pydantic
7315
2
1206
email-validator is not installed, run `pip install pydantic[email]`
/ pydantic
2
983
no validator found for (type_), see `arbitrary_types_allowed` in Config
/ pydantic
2
566
Value not declarable with JSON Schema, field: (field)
/ pydantic
2
525
python-dotenv is not installed, run `pip install pydantic[dotenv]`
/ pydantic
2
428
duplicate validator function "(ref)"; if this is intended, set `allow_reuse=True`
/ pydantic
1
667
Validators defined with incorrect fields: (fn) (use check_fields=False if you're inheriting from the model and intended this)
/ pydantic
1
441
field "(self.name)" not yet prepared so type is still a ForwardRef, you might need to call (cls.__name__).update_forward_refs().
/ pydantic
1
432
unable to infer type for attribute "(self.name)"
/ pydantic
1
286
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
1
270
Model values must be a dict; you may not have returned a dictionary from a root validator
/ pydantic
1
270
You should use `typing_extensions.TypedDict` instead of `typing.TypedDict`. Without it, there is no way to differentiate required and optional fields when subclassed.
/ pydantic
1
240
Invalid signature for validator (validator): (sig), should be: (cls, value, values, config, field), "values", "config" and "field" are all optional.
/ pydantic
First
Prev
Page
1
of
10
Next
Last