Repository: beam Updated Branches: refs/heads/release-2.1.0 36326a61c -> 22d2f5f4e
This closes #3497 Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/3eefcc10 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/3eefcc10 Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/3eefcc10 Branch: refs/heads/release-2.1.0 Commit: 3eefcc10c4d80451c388dc16a7a8d24958c993d2 Parents: 36326a6 Author: Ahmet Altay <[email protected]> Authored: Wed Jul 5 16:11:46 2017 -0700 Committer: Ahmet Altay <[email protected]> Committed: Wed Jul 5 18:10:52 2017 -0700 ---------------------------------------------------------------------- sdks/python/setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/beam/blob/3eefcc10/sdks/python/setup.py ---------------------------------------------------------------------- diff --git a/sdks/python/setup.py b/sdks/python/setup.py index 6646a58..8a0c9ae 100644 --- a/sdks/python/setup.py +++ b/sdks/python/setup.py @@ -120,9 +120,9 @@ GCP_REQUIREMENTS = [ 'google-apitools>=0.5.10,<=0.5.11', 'proto-google-cloud-datastore-v1>=0.90.0,<=0.90.4', 'googledatastore==7.0.1', - 'google-cloud-pubsub==0.25.0', + 'google-cloud-pubsub==0.26.0', # GCP packages required by tests - 'google-cloud-bigquery>=0.23.0,<0.25.0', + 'google-cloud-bigquery>=0.23.0,<0.26.0', ]
