You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by el...@apache.org on 2023/03/08 19:54:01 UTC

[superset] branch master updated: fix(clickhouse): Update to working clickhouse-connect version (#23296)

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

elizabeth pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new e0d976dcca fix(clickhouse):  Update to working clickhouse-connect version (#23296)
e0d976dcca is described below

commit e0d976dcca1420162a73dd8e97ebe157af4b1545
Author: Geoff Genz <ge...@clickhouse.com>
AuthorDate: Wed Mar 8 12:53:52 2023 -0700

    fix(clickhouse):  Update to working clickhouse-connect version (#23296)
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index f681d640fd..c6850070a0 100644
--- a/setup.py
+++ b/setup.py
@@ -135,7 +135,7 @@ setup(
             "sqlalchemy-bigquery>=1.5.0",
             "google-cloud-bigquery>=3.4.0",
         ],
-        "clickhouse": ["clickhouse-connect>=0.4.6, <0.5"],
+        "clickhouse": ["clickhouse-connect>=0.5.14, <1.0"],
         "cockroachdb": ["cockroachdb>=0.3.5, <0.4"],
         "cors": ["flask-cors>=2.0.0"],
         "crate": ["crate[sqlalchemy]>=0.26.0, <0.27"],