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

Python: pin minimum 'google-api-core[grpc]' dep to '1.4.1'. #2405

Merged
merged 2 commits into from
Nov 5, 2018
Merged
Show file tree
Hide file tree
Changes from 1 commit
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 @@ -268,7 +268,7 @@ private List<PackageDependencyView> generateAdditionalDependencies() {
ImmutableList.Builder<PackageDependencyView> dependencies = ImmutableList.builder();
dependencies.add(
PackageDependencyView.create(
"google-api-core[grpc]", VersionBound.create("1.1.0", "2.0.0dev")));
"google-api-core[grpc]", VersionBound.create("1.4.1", "2.0.0dev")));
return dependencies.build();
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4660,7 +4660,7 @@ description = 'Google Example Library API API client library'
version = '0.1.0'
release_status = '5 - Production/Stable'
dependencies = [
'google-api-core[grpc] >= 1.1.0, < 2.0.0dev',
'google-api-core[grpc] >= 1.4.1, < 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 @@ -1659,7 +1659,7 @@ description = 'Google Example API API client library'
version = '0.1.0'
release_status = '5 - Production/Stable'
dependencies = [
'google-api-core[grpc] >= 1.1.0, < 2.0.0dev',
'google-api-core[grpc] >= 1.4.1, < 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 @@ -1268,7 +1268,7 @@ description = 'Google Fake API API client library'
version = '0.1.0'
release_status = '4 - Beta'
dependencies = [
'google-api-core[grpc] >= 1.1.0, < 2.0.0dev',
'google-api-core[grpc] >= 1.4.1, < 2.0.0dev',

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