You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ref(utils): Explicitly use None default when checking metadata (#4039)
Fixes#4035
As described in the above issue, starting in Python 3.14
importlib_metadata 8 provides the desired behavior, raising KeyError on
a missing key. In preparation for this change, and to remove a
DeprecationWarning, we should explicitly default to None when getting
metadata.
0 commit comments