rapidpro / rapidpro-python

Python client library for the RapidPro API
BSD 3-Clause "New" or "Revised" License
18 stars 27 forks source link

Replace deprecated pkg_resources #90

Closed jesse-peters closed 7 months ago

jesse-peters commented 7 months ago

I started to hit issues importing this package in python 3.12. This updates the code to use the the newer importlib method.

https://docs.python.org/3/library/importlib.metadata.html