-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
../../../../../../python3.10/site-packages/crouton/core/_utils.py:20: 18 warnings
/home/.../miniconda3/envs/py310/lib/python3.10/site-packages/crouton/core/_utils.py:20: PydanticDeprecatedSince20: The `__fields__` attribute is deprecated, use `model_fields` instead. Deprecated in Pydantic V2.0 to be removed in V3.0. See Pydantic V2 Migration Guide at https://errors.pydantic.dev/2.5/migration/
return schema.__fields__[pk_field].annotation
../../../../../../python3.10/site-packages/pydantic/_internal/_model_construction.py:248: 18 warnings
/home/.../miniconda3/envs/py310/lib/python3.10/site-packages/pydantic/_internal/_model_construction.py:248: PydanticDeprecatedSince20: The `__fields__` attribute is deprecated, use `model_fields` instead. Deprecated in Pydantic V2.0 to be removed in V3.0. See Pydantic V2 Migration Guide at https://errors.pydantic.dev/2.5/migration/
warnings.warn('The `__fields__` attribute is deprecated, use `model_fields` instead.', DeprecationWarning)
Metadata
Metadata
Assignees
Labels
No labels