marcospereirampj / python-keycloak

MIT License
706 stars 296 forks source link

_version.py no longer uses pkg_resources to retrieve the version #483

Closed pojzn closed 10 months ago

pojzn commented 1 year ago

Switched from pkg_resources to importlib due to deprecation warnings.

ryshoooo commented 10 months ago

Combined in https://github.com/marcospereirampj/python-keycloak/pull/506