This is an automated email from the ASF dual-hosted git repository.
hainenber 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 dd08c4f36c1 chore(deps-dev): update flightsql-dbapi requirement from
<0.3,>=0.2.0 to >=0.2.2,<0.3 (#42416)
dd08c4f36c1 is described below
commit dd08c4f36c11f87a23b6063863df889d42a7dcf8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Jul 25 21:36:04 2026 +0700
chore(deps-dev): update flightsql-dbapi requirement from <0.3,>=0.2.0 to
>=0.2.2,<0.3 (#42416)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pyproject.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pyproject.toml b/pyproject.toml
index b1c31dd0962..505bc2f993a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -142,7 +142,7 @@ databricks = [
"databricks-sql-connector>=4.2.6, <4.4.0",
"databricks-sqlalchemy==1.0.5",
]
-datafusion = ["flightsql-dbapi>=0.2.0, <0.3"]
+datafusion = ["flightsql-dbapi>=0.2.2, <0.3"]
db2 = ["ibm-db-sa<=0.4.4, >=0.4.4"]
denodo = ["denodo-sqlalchemy>=2.0.5,<2.1.0"]
dremio = ["sqlalchemy-dremio>=1.2.1, <4"]