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 2023/12/08 18:24:14 UTC

(superset) branch master updated: chore: lock the databend-sqlalchemy version (#26082)

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

johnbodley 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 fca5b829df chore: lock the databend-sqlalchemy version (#26082)
fca5b829df is described below

commit fca5b829df31cc7266211745ac70522a54ee23ba
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>
---
 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",