Remove pkg_resources usage from reviewbot worker.

Review Request #14890 — Created March 9, 2026 and updated — Latest diff uploaded

Information

ReviewBot
release-4.x

Reviewers

setuptools version 81 has removed the pkg_resources package, breaking
all sorts of things. This change updates the reviewbot worker to use the
importlib_metadata backport package instead.

Ran unit tests (which include entrypoint tests).

Commits

Files