File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Expand file tree Collapse file tree 2 files changed +16
-2
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
+ ## 1.5.2
8
+
9
+ 11-09-2018 14:22 PST
10
+
11
+
12
+ ### Implementation Changes
13
+ - Retry transient errors in 'PollingFuture.result'. ([ #6305 ] ( https://github.com/googleapis/google-cloud-python/pull/6305 ) )
14
+
15
+ ### Dependencies
16
+ - Remove hyphen from named extra in api_core. ([ #6468 ] ( https://github.com/googleapis/google-cloud-python/pull/6468 ) )
17
+ - Bump minimum 'api_core' version for all GAPIC libs to 1.4.1. ([ #6391 ] ( https://github.com/googleapis/google-cloud-python/pull/6391 ) )
18
+ - Avoid broken 'google-common-apis 1.5.4' release. ([ #6355 ] ( https://github.com/googleapis/google-cloud-python/pull/6355 ) )
19
+
7
20
## 1.5.1
8
21
9
22
10-29-2018 13:29 PDT
Original file line number Diff line number Diff line change 22
22
23
23
name = 'google-api-core'
24
24
description = 'Google API client core library'
25
- version = '1.5.1 '
25
+ version = '1.5.2 '
26
26
# Should be one of:
27
27
# 'Development Status :: 3 - Alpha'
28
28
# 'Development Status :: 4 - Beta'
40
40
]
41
41
extras = {
42
42
'grpc' : 'grpcio >= 1.8.2' ,
43
- 'grpcgcp' : 'grpcio-gcp >= 0.2.2'
43
+ 'grpcgcp' : 'grpcio-gcp >= 0.2.2' ,
44
+ 'grpcio-gcp' : 'grpcio-gcp >= 0.2.2'
44
45
}
45
46
46
47
You can’t perform that action at this time.
0 commit comments