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 9d6fbdceff8 chore(deps-dev): update ibm-db-sa requirement from 
<=0.4.4,>0.3.8 to <=0.4.4,>=0.4.4 (#42419)
9d6fbdceff8 is described below

commit 9d6fbdceff8f1aab7d00933c98476d319f6851d3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Jul 25 20:15:32 2026 +0700

    chore(deps-dev): update ibm-db-sa requirement from <=0.4.4,>0.3.8 to 
<=0.4.4,>=0.4.4 (#42419)
    
    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 829390130e1..780cf075cc1 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -143,7 +143,7 @@ databricks = [
     "databricks-sqlalchemy==1.0.5",
 ]
 datafusion = ["flightsql-dbapi>=0.2.0, <0.3"]
-db2 = ["ibm-db-sa>0.3.8, <=0.4.4"]
+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"]
 drill = ["sqlalchemy-drill>=1.1.10, <2"]

Reply via email to