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 bba1b14bf0 fix(sqllab): Bump duckdb-engine version to 0.9.5 (#26405)
bba1b14bf0 is described below
commit bba1b14bf00556ea224454e6201305d13d625e3a
Author: Guen Prawiroatmodjo <[email protected]>
AuthorDate: Thu Jan 4 11:30:45 2024 -0800
fix(sqllab): Bump duckdb-engine version to 0.9.5 (#26405)
Co-authored-by: John Bodley <[email protected]>
---
setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.py b/setup.py
index 18fb4dd1e6..563cd32342 100644
--- a/setup.py
+++ b/setup.py
@@ -155,7 +155,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.2"],
+ "duckdb": ["duckdb-engine>=0.9.5, <0.10"],
"dynamodb": ["pydynamodb>=0.4.2"],
"solr": ["sqlalchemy-solr >= 0.2.0"],
"elasticsearch": ["elasticsearch-dbapi>=0.2.9, <0.3.0"],