From c0fa7473ccdb979ad2b52031d6af1406ddd4f567 Mon Sep 17 00:00:00 2001 From: Sourabh Bajaj Date: Tue, 25 Apr 2017 14:29:44 -0700 Subject: [PATCH] [BEAM-2068] Update to latest version of apitools --- 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 182c6b23d440..615931b3c90e 100644 --- a/sdks/python/setup.py +++ b/sdks/python/setup.py @@ -103,8 +103,7 @@ def get_version(): ] GCP_REQUIREMENTS = [ - # TODO(BEAM-2068): Upgrade google-apitools once the issue is fixed. - 'google-apitools==0.5.8', + 'google-apitools==0.5.10', 'proto-google-cloud-datastore-v1==0.90.0', 'googledatastore==7.0.1', # GCP packages required by tests