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 21:04:54 UTC

[superset] branch bump-duckdb-0.9.1 created (now 22f349dce9)

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

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


      at 22f349dce9 bump duckdb

This branch includes the following new commits:

     new 22f349dce9 bump duckdb

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[superset] 01/01: bump duckdb

Posted by ru...@apache.org.
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

commit 22f349dce956406fdd63c317f2ba082f77f393bd
Author: Evan Rusackas <ev...@rusackas.com>
AuthorDate: Thu Oct 19 15:04:44 2023 -0600

    bump duckdb
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index f43097b0bf..4a9d115d72 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.8.1"],
+        "duckdb": ["duckdb-engine==0.9.1"],
         "dynamodb": ["pydynamodb>=0.4.2"],
         "solr": ["sqlalchemy-solr >= 0.2.0"],
         "elasticsearch": ["elasticsearch-dbapi>=0.2.9, <0.3.0"],