You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by jo...@apache.org on 2019/10/22 21:12:56 UTC

[incubator-superset] branch john-bodley--bump-pydruid created (now 51cafc9)

This is an automated email from the ASF dual-hosted git repository.

johnbodley pushed a change to branch john-bodley--bump-pydruid
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.


      at 51cafc9  [pydruid] Bumping the pydruid version

This branch includes the following new commits:

     new 51cafc9  [pydruid] Bumping the pydruid version

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-superset] 01/01: [pydruid] Bumping the pydruid version

Posted by jo...@apache.org.
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 <45...@users.noreply.github.com>
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",