This patch fixes a deprecation warning if you're using recent versions
of importlib-metadata (issue #2934), which we use to load third-party
plugins such as Pydantic's integration. On older versions of
importlib-metadata, there is no change and you don't need to upgrade.
The canonical version of these notes (with links) is on readthedocs.