This is an automated email from the ASF dual-hosted git repository. johnbodley pushed a commit to branch john-bodley--bump-pydruid in repository https://gitbox.apache.org/repos/asf/incubator-superset.git
commit 51cafc9add04c5c09458b2479d6bebccd80dfd9f Author: John Bodley <[email protected]> AuthorDate: Tue Oct 22 14:12:33 2019 -0700 [pydruid] Bumping the pydruid version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fe59631..5f616a2 100644 --- a/setup.py +++ b/setup.py @@ -115,7 +115,7 @@ setup( "mysql": ["mysqlclient==1.4.2.post1"], "postgres": ["psycopg2-binary==2.7.5"], "presto": ["pyhive[presto]>=0.4.0"], - "druid": ["pydruid==0.5.2", "requests==2.22.0"], + "druid": ["pydruid==0.5.7", "requests==2.22.0"], }, python_requires="~=3.6", author="Apache Software Foundation",
