Fix Exception
Profile
Fix Exception
🏆 FixMan BTC Cup

Exceptions for package
pydantic
github stars 7315

likes 2
views 1982
email-validator is not installed, run `pip install pydantic[email]` / pydantic
likes 2
views 1355
no validator found for (type_), see `arbitrary_types_allowed` in Config / pydantic
likes 2
views 808
python-dotenv is not installed, run `pip install pydantic[dotenv]` / pydantic
likes 2
views 693
Value not declarable with JSON Schema, field: (field) / pydantic
likes 2
views 603
duplicate validator function "(ref)"; if this is intended, set `allow_reuse=True` / pydantic
likes 2
views 14
bounds lt and le cannot be specified at the same time / pydantic
likes 1
views 899
Validators defined with incorrect fields: (fn) (use check_fields=False if you're inheriting from the model and intended this) / pydantic
likes 1
views 800
unable to infer type for attribute "(self.name)" / pydantic
likes 1
views 539
field "(self.name)" not yet prepared so type is still a ForwardRef, you might need to call (cls.__name__).update_forward_refs(). / pydantic
likes 1
views 408
Field name "(field_name)" shadows a BaseModel attribute; use a different field name with "alias='(field_name)'". / pydantic
likes 1
views 370
Model values must be a dict; you may not have returned a dictionary from a root validator / pydantic
likes 1
views 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