You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by mi...@apache.org on 2023/12/11 16:29:06 UTC

(superset) 03/04: chore: lock the databend-sqlalchemy version (#26082)

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

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

commit 8185ac3e331563dfecba4b3f801d87073080d65c
Author: Jeremy <ha...@outlook.com>
AuthorDate: Sat Dec 9 02:23:03 2023 +0800

    chore: lock the databend-sqlalchemy version (#26082)
    
    Co-authored-by: John Bodley <45...@users.noreply.github.com>
    (cherry picked from commit fca5b829df31cc7266211745ac70522a54ee23ba)
---
 setup.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/setup.py b/setup.py
index 735154720e..c3cc887bbf 100644
--- a/setup.py
+++ b/setup.py
@@ -146,6 +146,7 @@ setup(
         "cockroachdb": ["cockroachdb>=0.3.5, <0.4"],
         "cors": ["flask-cors>=2.0.0"],
         "crate": ["crate[sqlalchemy]>=0.26.0, <0.27"],
+        "databend": ["databend-sqlalchemy>=0.3.2, <1.0"],
         "databricks": [
             "databricks-sql-connector>=2.0.2, <3",
             "sqlalchemy-databricks>=0.2.0",