marcospereirampj / python-keycloak

MIT License
706 stars 296 forks source link

DeprecationWarning: pkg_resources is deprecated #477

Closed codebude closed 10 months ago

codebude commented 1 year ago

The import pkg_resources in _version.py triggers a DeprecationWarning:

.venv\Lib\site-packages\keycloak\_version.py:24: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
    import pkg_resources

There is a migration guide that shows how to migrate from the deprecated code: https://importlib-metadata.readthedocs.io/en/latest/migration.html#pkg-resources-get-distribution

Can you consider this for the next update?