Skip to content

Deprecation Warnings #21

@RafaelJohn9

Description

@RafaelJohn9
../../../../../../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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions