From 01689c38ea9acfcede1b10576f5c52af52dc340b Mon Sep 17 00:00:00 2001 From: Marcus Date: Thu, 24 Jan 2019 23:11:22 -0800 Subject: [PATCH] bump PyHive version for prod requirements.txt (#6751) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 01e4d3d124..797b61ee99 100644 --- a/setup.py +++ b/setup.py @@ -109,7 +109,7 @@ setup( 'cors': ['flask-cors>=2.0.0'], 'console_log': ['console_log==0.2.10'], 'hive': [ - 'pyhive>=0.4.0', + 'pyhive>=0.6.1', 'tableschema', 'thrift-sasl>=0.2.1', 'thrift>=0.9.3',