Repository: incubator-beam
Updated Branches:
  refs/heads/python-sdk e26527873 -> 3b4fd5c7d


Update Apitools to version 0.5.6

This brings in the fix to https://github.com/google/apitools/pull/136
needed for the BigQuery reader.


Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/63074312
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/63074312
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/63074312

Branch: refs/heads/python-sdk
Commit: 63074312aeb44b5db7f4e914c64864483f6a6510
Parents: e265278
Author: Sourabh Bajaj <sourabhba...@google.com>
Authored: Sat Dec 3 09:02:32 2016 -0800
Committer: Robert Bradshaw <rober...@google.com>
Committed: Thu Dec 15 17:11:58 2016 -0800

----------------------------------------------------------------------
 sdks/python/setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/63074312/sdks/python/setup.py
----------------------------------------------------------------------
diff --git a/sdks/python/setup.py b/sdks/python/setup.py
index 033afc7..f6357b6 100644
--- a/sdks/python/setup.py
+++ b/sdks/python/setup.py
@@ -86,7 +86,7 @@ else:
 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',

Reply via email to