File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
google/api_core/operations_v1/transports Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -133,12 +133,17 @@ def __init__(
133133
134134 if credentials_file is not None :
135135 credentials , _ = google .auth .load_credentials_from_file (
136- credentials_file , ** scopes_kwargs , quota_project_id = quota_project_id
136+ credentials_file ,
137+ scopes = scopes ,
138+ quota_project_id = quota_project_id ,
139+ default_scopes = self .AUTH_SCOPES ,
137140 )
138141
139142 elif credentials is None :
140143 credentials , _ = google .auth .default (
141- ** scopes_kwargs , quota_project_id = quota_project_id
144+ scopes = scopes ,
145+ quota_project_id = quota_project_id ,
146+ default_scopes = self .AUTH_SCOPES ,
142147 )
143148
144149 # If the credentials are service account credentials, then always try to use self signed JWT.
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ version = { attr = "google.api_core.version.__version__" }
8383include = [" google*" ]
8484
8585[tool .mypy ]
86- python_version = " 3.7 "
86+ python_version = " 3.14 "
8787namespace_packages = true
8888ignore_missing_imports = true
8989
You can’t perform that action at this time.
0 commit comments