There was an error while loading. Please reload this page.
1 parent 79da042 commit c4387b3Copy full SHA for c4387b3
google/cloud/logging/client.py
@@ -124,7 +124,10 @@ def __init__(
124
client_options=None,
125
):
126
super(Client, self).__init__(
127
- project=project, credentials=credentials, _http=_http
+ project=project,
128
+ credentials=credentials,
129
+ _http=_http,
130
+ client_options=client_options,
131
)
132
133
kw_args = {"client_info": client_info}
setup.py
@@ -30,7 +30,7 @@
30
release_status = 'Development Status :: 5 - Production/Stable'
31
dependencies = [
32
"google-api-core[grpc] >= 1.15.0, < 2.0.0dev",
33
- "google-cloud-core >= 1.1.0, < 2.0dev",
+ "google-cloud-core >= 1.4.1, < 2.0dev",
34
]
35
extras = {
36
}
0 commit comments