We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c1661a commit c7cec1cCopy full SHA for c7cec1c
libs/community/langchain_google_community/_utils.py
@@ -79,7 +79,7 @@ def import_google() -> Tuple[Request, Credentials, ServiceCredentials]:
79
).Credentials,
80
guard_import(
81
module_name="google.oauth2.service_account", pip_name="google-auth"
82
- ).ServiceCredentials,
+ ).Credentials,
83
)
84
85
0 commit comments