Skip to content

Commit

Permalink
Python: Update google-api-core pin to '>= 1.14.0, < 2.0.0dev'. (googl…
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver authored and busunkim96 committed Nov 7, 2019
1 parent ff34946 commit b9254aa
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ private List<PackageDependencyView> generateAdditionalDependencies() {
ImmutableList.Builder<PackageDependencyView> dependencies = ImmutableList.builder();
dependencies.add(
PackageDependencyView.create(
"google-api-core[grpc]", VersionBound.create("1.4.1", "2.0.0dev")));
"google-api-core[grpc]", VersionBound.create("1.14.0", "2.0.0dev")));
return dependencies.build();
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6498,7 +6498,7 @@ description = 'Google Example Library API API client library'
version = '0.1.0'
release_status = '5 - Production/Stable'
dependencies = [
'google-api-core[grpc] >= 1.4.1, < 2.0.0dev',
'google-api-core[grpc] >= 1.14.0, < 2.0.0dev',

'python-other-package >= 12.1.0, < 13.5.1',
'enum34; python_version < "3.4"',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1752,7 +1752,7 @@ description = 'Google Example API API client library'
version = '0.1.0'
release_status = '5 - Production/Stable'
dependencies = [
'google-api-core[grpc] >= 1.4.1, < 2.0.0dev',
'google-api-core[grpc] >= 1.14.0, < 2.0.0dev',

'python-other-package >= 12.1.0, < 13.5.1',
'enum34; python_version < "3.4"',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1322,7 +1322,7 @@ description = 'Google Fake API API client library'
version = '0.1.0'
release_status = '4 - Beta'
dependencies = [
'google-api-core[grpc] >= 1.4.1, < 2.0.0dev',
'google-api-core[grpc] >= 1.14.0, < 2.0.0dev',

'python-other-package >= 12.1.0, < 13.5.1',
'enum34; python_version < "3.4"',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6315,7 +6315,7 @@ description = 'Google Example Library API API client library'
version = '0.1.0'
release_status = '5 - Production/Stable'
dependencies = [
'google-api-core[grpc] >= 1.4.1, < 2.0.0dev',
'google-api-core[grpc] >= 1.14.0, < 2.0.0dev',

'python-other-package >= 12.1.0, < 13.5.1',
'enum34; python_version < "3.4"',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6493,7 +6493,7 @@ description = 'Google Example Library API API client library'
version = '0.1.0'
release_status = '5 - Production/Stable'
dependencies = [
'google-api-core[grpc] >= 1.4.1, < 2.0.0dev',
'google-api-core[grpc] >= 1.14.0, < 2.0.0dev',

'python-other-package >= 12.1.0, < 13.5.1',
'enum34; python_version < "3.4"',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4866,7 +4866,7 @@ description = 'Google Example Library API API client library'
version = '0.1.0'
release_status = '5 - Production/Stable'
dependencies = [
'google-api-core[grpc] >= 1.4.1, < 2.0.0dev',
'google-api-core[grpc] >= 1.14.0, < 2.0.0dev',

'python-other-package >= 12.1.0, < 13.5.1',
'enum34; python_version < "3.4"',
Expand Down

0 comments on commit b9254aa

Please sign in to comment.