You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ru...@apache.org on 2023/10/19 22:13:32 UTC

[superset] branch bump-duckdb-0.9.1 updated: make that 0.9.2

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

rusackas pushed a commit to branch bump-duckdb-0.9.1
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/bump-duckdb-0.9.1 by this push:
     new af14f69d57 make that 0.9.2
af14f69d57 is described below

commit af14f69d5703b72f2bbf343fbddb8ac0d70020f9
Author: Evan Rusackas <ev...@rusackas.com>
AuthorDate: Thu Oct 19 16:13:24 2023 -0600

    make that 0.9.2
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 4a9d115d72..cbf891906d 100644
--- a/setup.py
+++ b/setup.py
@@ -154,7 +154,7 @@ setup(
         "dremio": ["sqlalchemy-dremio>=1.1.5, <1.3"],
         "drill": ["sqlalchemy-drill==0.1.dev"],
         "druid": ["pydruid>=0.6.5,<0.7"],
-        "duckdb": ["duckdb-engine==0.9.1"],
+        "duckdb": ["duckdb-engine==0.9.2"],
         "dynamodb": ["pydynamodb>=0.4.2"],
         "solr": ["sqlalchemy-solr >= 0.2.0"],
         "elasticsearch": ["elasticsearch-dbapi>=0.2.9, <0.3.0"],