From c576d3c769df2b89f0aaadbe96a2197825838813 Mon Sep 17 00:00:00 2001 From: Sourabh Bajaj Date: Sat, 3 Dec 2016 09:02:32 -0800 Subject: [PATCH] Update Apitools to version 0.5.6 --- sdks/python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdks/python/setup.py b/sdks/python/setup.py index 033afc7bfcfa..f6357b6afc37 100644 --- a/sdks/python/setup.py +++ b/sdks/python/setup.py @@ -86,7 +86,7 @@ def get_version(): REQUIRED_PACKAGES = [ 'avro>=1.7.7,<2.0.0', 'dill>=0.2.5,<0.3', - 'google-apitools>=0.5.2,<1.0.0', + 'google-apitools>=0.5.6,<1.0.0', 'googledatastore==6.4.1', 'httplib2>=0.8,<0.10', 'mock>=1.0.1,<3.0.0',