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
When calling keyring.get_credential using the SecretService backend, if a username is provided but the corresponding entry doesn't exist in the keyring, a Credential object with the provided username (and no password) is returned, instead of None. This is in contrast to what happens in the default implementation, where None is returns if the entry is not found.
When calling
keyring.get_credential
using the SecretService backend, if a username is provided but the corresponding entry doesn't exist in the keyring, a Credential object with the provided username (and no password) is returned, instead of None. This is in contrast to what happens in the default implementation, where None is returns if the entry is not found.This causes pypa/pip#8634
Reproduction
Expected
Actual
Environment
The text was updated successfully, but these errors were encountered: