Skip to content

AttrDict is apparently deprecated and will break with Python 3.9 #1

@ulope

Description

@ulope

The AttrDict Github repo shows the project as archived.

It will break with Python 3.9 since is uses deprecated imports:

site-packages/attrdict/mixins.py:5: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3,and in 3.9 it will stop working
    from collections import Mapping, MutableMapping, Sequence

Either we need to find an alternative / maintained fork or replace the use of attrdicts with proper dataclasses.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions