We're seeing a bunch of warnings like:
DeprecationWarning: pkg_resources is deprecated as an API
Sounds like time we replaced all instances of pkg_resources with something else, possibly importlib.
pkg_resources
importlib