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
Handle missing optional dependencies in dep_versions()
PR #1159 made keyring optional on some (non-Desktop) architectures.
However the CLI attempts to determine dependency versions, in failure
codepaths. Rather than blow up entirely, report the dependency as
missing.
Part of: #1158
0 commit comments