You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by go...@apache.org on 2019/05/08 01:05:56 UTC

[beam] branch master updated: [BEAM-7241] Bump the version of apitools.

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

goenka 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 2548fc2  [BEAM-7241] Bump the version of apitools.
     new 8387077  Merge pull request #8525 from tvalentyn/patch-48
2548fc2 is described below

commit 2548fc244e49604fa30816aa187062f1bdc16c92
Author: tvalentyn <tv...@users.noreply.github.com>
AuthorDate: Tue May 7 19:36:53 2019 -0400

    [BEAM-7241] Bump the version of apitools.
    
    R: @angoenka @chamikaramj
---
 sdks/python/setup.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/sdks/python/setup.py b/sdks/python/setup.py
index dd7f85b..8c75281 100644
--- a/sdks/python/setup.py
+++ b/sdks/python/setup.py
@@ -138,8 +138,7 @@ REQUIRED_TEST_PACKAGES = [
 
 GCP_REQUIREMENTS = [
     'cachetools>=3.1.0,<4',
-    # google-apitools 0.5.23 and above has important Python 3 supports.
-    'google-apitools>=0.5.26,<0.5.27',
+    'google-apitools>=0.5.28,<0.5.29',
     # [BEAM-4543] googledatastore is not supported in Python 3.
     'proto-google-cloud-datastore-v1>=0.90.0,<=0.90.4; python_version < "3.0"',
     # [BEAM-4543] googledatastore is not supported in Python 3.