Skip to content

Commit a9351df

Browse files
authored
Cutting version 0.28.0 of google-cloud-core. (#4280)
Also - updating all dependencies of `grpcio` to `>= 1.7.0`. This was due to an issue [1] with `1.6.0`. - updating the version of `google-api-core` (also to be released, This is required since the bounds on `grpcio` of `google-cloud-core==0.28.0` and `google-api-core==0.1.0` are mutually exclusive.) - Updating `google-api-core` CHANGELOG for release. - Updating packages to depend on `google-cloud-core>=0.28.0`. - Installing `nox -s lint` deps locally for vision. [1]: grpc/grpc#12455
1 parent 60f6294 commit a9351df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/google-cloud-core/setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,16 +51,16 @@
5151

5252

5353
REQUIREMENTS = [
54-
'google-api-core >= 0.1.0, < 0.2.0dev',
54+
'google-api-core >= 0.1.1, < 0.2.0dev',
5555
]
5656

5757
EXTRAS_REQUIREMENTS = {
58-
'grpc': ['grpcio >= 1.2.0, < 1.6dev'],
58+
'grpc': ['grpcio >= 1.7.0'],
5959
}
6060

6161
setup(
6262
name='google-cloud-core',
63-
version='0.27.1',
63+
version='0.28.0',
6464
description='API Client library for Google Cloud: Core Helpers',
6565
long_description=README,
6666
namespace_packages=[

0 commit comments

Comments
 (0)