File tree 2 files changed +18
-1
lines changed
2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 4
4
5
5
[ 1 ] : https://pypi.org/project/google-api-core/#history
6
6
7
+ ## 0.1.3
8
+
9
+ ### Notable Implementation Changes
10
+
11
+ - Apply scopes to explicitly provided credentials if needed (#4594 ).
12
+ - Removing ` google.api_core.gapic_v1.method.METRICS_METADATA_KEY ` . It
13
+ can be accessed via
14
+ ` google.api_core.gapic_v1.client_info.METRICS_METADATA_KEY ` (#4588 ).
15
+
16
+ ### Dependencies
17
+
18
+ - Upgrading to latest ` grpcio==1.8.2 ` (#4642 ). For details, see
19
+ related gRPC [ bug] ( https://github.com/grpc/grpc/issues/9688 )
20
+ and [ fix] ( https://github.com/grpc/grpc/pull/13665 ) .
21
+
22
+ PyPI: https://pypi.org/project/google-api-core/0.1.3/
23
+
7
24
## 0.1.2
8
25
9
26
- Upgrading ` concurrent.futures ` backport from ` >= 3.0.0 `
Original file line number Diff line number Diff line change 68
68
69
69
setup (
70
70
name = 'google-api-core' ,
71
- version = '0.1.3.dev1 ' ,
71
+ version = '0.1.3' ,
72
72
description = 'Core Google API Client Library' ,
73
73
long_description = README ,
74
74
namespace_packages = ['google' ],
You can’t perform that action at this time.
0 commit comments