Skip to content

Deprecated package being used #29

@oren-hecht

Description

@oren-hecht

in updated python package versions, the following warning is received when importing checksumdir in code

.venv/lib/python3.13/site-packages/checksumdir/__init__.py:17: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.
  import pkg_resources

the limited functionality of pkg_resources used here can easily be replaced with other libraries such as importlib

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions