Update SDK dependencies
Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/a7cad601 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/a7cad601 Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/a7cad601 Branch: refs/heads/DSL_SQL Commit: a7cad6016ea1471afeeb64885a8d8bb60a8fcd59 Parents: 4bf1615 Author: Ahmet Altay <[email protected]> Authored: Wed Jul 5 14:34:07 2017 -0700 Committer: Tyler Akidau <[email protected]> Committed: Wed Jul 12 20:00:59 2017 -0700 ---------------------------------------------------------------------- sdks/python/setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/beam/blob/a7cad601/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', ]
