You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by tv...@apache.org on 2020/05/18 17:53:08 UTC

[beam] branch master updated: Updates google-apitools and httplib2 (#11726)

This is an automated email from the ASF dual-hosted git repository.

tvalentyn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 1aa715c  Updates google-apitools and httplib2 (#11726)
1aa715c is described below

commit 1aa715cbb3f7945cfcd2f573a4a439f385dae442
Author: tvalentyn <tv...@users.noreply.github.com>
AuthorDate: Mon May 18 10:52:53 2020 -0700

    Updates google-apitools and httplib2 (#11726)
---
 sdks/python/setup.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sdks/python/setup.py b/sdks/python/setup.py
index e9c6e57..f4d9434 100644
--- a/sdks/python/setup.py
+++ b/sdks/python/setup.py
@@ -153,7 +153,7 @@ REQUIRED_PACKAGES = [
     'futures>=3.2.0,<4.0.0; python_version < "3.0"',
     'grpcio>=1.12.1,<2',
     'hdfs>=2.1.0,<3.0.0',
-    'httplib2>=0.8,<0.16.0',
+    'httplib2>=0.8,<0.18.0',
     'mock>=1.0.1,<3.0.0',
     'numpy>=1.14.3,<2',
     'pymongo>=3.8.0,<4.0.0',
@@ -197,7 +197,7 @@ REQUIRED_TEST_PACKAGES = [
 
 GCP_REQUIREMENTS = [
     'cachetools>=3.1.0,<4',
-    'google-apitools>=0.5.28,<0.5.29',
+    'google-apitools>=0.5.31,<0.5.32',
     'google-cloud-datastore>=1.7.1,<1.8.0',
     'google-cloud-pubsub>=0.39.0,<1.1.0',
     # GCP packages required by tests