Skip to content
This repository has been archived by the owner on Jun 28, 2022. It is now read-only.

Python: Update google-api-core pin to '>= 1.14.0, < 2.0.0dev'. #2891

Merged
merged 1 commit into from
Jul 26, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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