This is an automated email from the ASF dual-hosted git repository.
maximebeauchemin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git
The following commit(s) were added to refs/heads/master by this push:
new 01689c3 bump PyHive version for prod requirements.txt (#6751)
01689c3 is described below
commit 01689c38ea9acfcede1b10576f5c52af52dc340b
Author: Marcus <[email protected]>
AuthorDate: Thu Jan 24 23:11:22 2019 -0800
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 01e4d3d..797b61e 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',