Repository: beam Updated Branches: refs/heads/master 4ec3366d6 -> 924dd6335
upgrading python sdk dependencies Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/efc8f425 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/efc8f425 Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/efc8f425 Branch: refs/heads/master Commit: efc8f425317c9c54912c78af8fbbe55586aafc1b Parents: 4ec3366 Author: Ahmet Altay <[email protected]> Authored: Mon May 22 16:40:09 2017 -0700 Committer: Ahmet Altay <[email protected]> Committed: Tue May 23 16:21:22 2017 -0700 ---------------------------------------------------------------------- sdks/python/setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/beam/blob/efc8f425/sdks/python/setup.py ---------------------------------------------------------------------- diff --git a/sdks/python/setup.py b/sdks/python/setup.py index 9bf3cf4..befc024 100644 --- a/sdks/python/setup.py +++ b/sdks/python/setup.py @@ -94,7 +94,7 @@ REQUIRED_PACKAGES = [ 'httplib2>=0.8,<0.10', 'mock>=1.0.1,<3.0.0', 'oauth2client>=2.0.1,<4.0.0', - 'protobuf==3.2.0', + 'protobuf>=3.2.0,<=3.3.0', 'pyyaml>=3.12,<4.0.0', ] @@ -103,11 +103,11 @@ REQUIRED_TEST_PACKAGES = [ ] GCP_REQUIREMENTS = [ - 'google-apitools==0.5.10', - 'proto-google-cloud-datastore-v1==0.90.0', + 'google-apitools>=0.5.10,<=0.5.11', + 'proto-google-cloud-datastore-v1>=0.90.0,<=0.90.4', 'googledatastore==7.0.1', # GCP packages required by tests - 'google-cloud-bigquery>=0.23.0,<0.24.0', + 'google-cloud-bigquery>=0.23.0,<0.25.0', ]
