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

erikrit 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 1a6b9d7  fix: bump pydruid to 0.6.0 (#10014)
1a6b9d7 is described below

commit 1a6b9d74569a731176185a8317cee5d4b7ec9a3a
Author: Karen Palacio <karen.palacio.1...@gmail.com>
AuthorDate: Wed Jun 10 16:40:51 2020 -0300

    fix: bump pydruid to 0.6.0 (#10014)
    
    * bump pydruid to 0.5.11
    
    * bump pydruid to 0.6.0
---
 requirements-dev.txt | 2 +-
 setup.py             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/requirements-dev.txt b/requirements-dev.txt
index 58f9591..a223689 100644
--- a/requirements-dev.txt
+++ b/requirements-dev.txt
@@ -26,7 +26,7 @@ pip-tools==5.1.2
 pre-commit==1.17.0
 psycopg2-binary==2.8.5
 pycodestyle==2.5.0
-pydruid==0.5.9
+pydruid==0.6.0
 pyhive==0.6.2
 pylint==1.9.2
 redis==3.5.1
diff --git a/setup.py b/setup.py
index ed8176c..6b133e6 100644
--- a/setup.py
+++ b/setup.py
@@ -119,7 +119,7 @@ setup(
         "postgres": ["psycopg2-binary==2.8.5"],
         "presto": ["pyhive[presto]>=0.4.0"],
         "elasticsearch": ["elasticsearch-dbapi>=0.1.0, <0.2.0"],
-        "druid": ["pydruid==0.5.7", "requests==2.22.0"],
+        "druid": ["pydruid==0.6.0", "requests==2.22.0"],
         "hana": ["hdbcli==2.4.162", "sqlalchemy_hana==0.4.0"],
         "dremio": ["sqlalchemy_dremio>=1.1.0"],
         "cockroachdb": ["cockroachdb==0.3.3"],

Reply via email to