File tree
Expand file treeCollapse file tree2 files changed
+5
-2
lines changed Expand file treeCollapse file tree2 files changed
+5
-2
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -177,7 +177,10 @@ def __init__(
|
177 | 177 | client_options=None,
|
178 | 178 | ):
|
179 | 179 | super(Client, self).__init__(
|
180 |
| -project=project, credentials=credentials, _http=_http |
| 180 | +project=project, |
| 181 | +credentials=credentials, |
| 182 | +client_options=client_options, |
| 183 | +_http=_http, |
181 | 184 | )
|
182 | 185 |
|
183 | 186 | kw_args = {"client_info": client_info}
|
|
Original file line number | Diff line number | Diff line change |
---|
|
31 | 31 | dependencies = [
|
32 | 32 | 'enum34; python_version < "3.4"',
|
33 | 33 | "google-api-core >= 1.21.0, < 2.0dev",
|
34 |
| -"google-cloud-core >= 1.1.0, < 2.0dev", |
| 34 | +"google-cloud-core >= 1.4.1, < 2.0dev", |
35 | 35 | "google-resumable-media >= 0.5.0, < 2.0dev",
|
36 | 36 | "six >=1.13.0,< 2.0.0dev",
|
37 | 37 | ]
|
|
You can’t perform that action at this time.
0 commit comments