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
fix: Apply PEP 503 package name normalization before verifying packages
This resolves issues where packages, like ruamel.yaml, may
appear under different names across the set of expected and
installed package sets (e.g. `ruamel-yaml` and `ruamel.yaml`) despite
both names referring to the same package per PEP 503.
0 commit comments