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/20 18:07:10 UTC

[superset] branch master updated: fix(driver): bumping DuckDB to 0.9.2 (#25718)

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

rusackas 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 4ac8f826f2 fix(driver): bumping DuckDB to 0.9.2 (#25718)
4ac8f826f2 is described below

commit 4ac8f826f2bf1048f5998dcedfbd774f0f764504
Author: Evan Rusackas <ev...@preset.io>
AuthorDate: Fri Oct 20 12:07:03 2023 -0600

    fix(driver): bumping DuckDB to 0.9.2 (#25718)
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 409859f355..47d108dc1f 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.2"],
         "dynamodb": ["pydynamodb>=0.4.2"],
         "solr": ["sqlalchemy-solr >= 0.2.0"],
         "elasticsearch": ["elasticsearch-dbapi>=0.2.9, <0.3.0"],