You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by aa...@apache.org on 2022/08/31 17:49:44 UTC

[superset] 02/02: change min version of elasticsearch

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

aafghahi pushed a commit to branch arash/bump_elastic
in repository https://gitbox.apache.org/repos/asf/superset.git

commit 491c3221b92055ed494cdcb6f8094db28c5660c4
Author: AAfghahi <ar...@gmail.com>
AuthorDate: Wed Aug 31 13:49:18 2022 -0400

    change min version of elasticsearch
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 411a184db0..4e495bb133 100644
--- a/setup.py
+++ b/setup.py
@@ -144,7 +144,7 @@ setup(
         "drill": ["sqlalchemy-drill==0.1.dev"],
         "druid": ["pydruid>=0.6.1,<0.7"],
         "solr": ["sqlalchemy-solr >= 0.2.0"],
-        "elasticsearch": ["elasticsearch-dbapi>=0.2.0, <0.3.0"],
+        "elasticsearch": ["elasticsearch-dbapi>=0.2.9, <0.3.0"],
         "exasol": ["sqlalchemy-exasol >= 2.4.0, <3.0"],
         "excel": ["xlrd>=1.2.0, <1.3"],
         "firebird": ["sqlalchemy-firebird>=0.7.0, <0.8"],