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 3a53c4ebc3b chore(deps): raise SQLAlchemy lower bound to >=1.4.43
(#41123)
3a53c4ebc3b is described below
commit 3a53c4ebc3b202d16fcbbe648a01c302d3770d5a
Author: Evan Rusackas <[email protected]>
AuthorDate: Fri Jul 24 13:29:30 2026 -0700
chore(deps): raise SQLAlchemy lower bound to >=1.4.43 (#41123)
Co-authored-by: Amin Ghadersohi <[email protected]>
Co-authored-by: Claude Fable 5 <[email protected]>
---
pyproject.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pyproject.toml b/pyproject.toml
index ecaf600014f..66def660c6e 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -106,7 +106,7 @@ dependencies = [
"sshtunnel>=0.4.0, <0.5",
"simplejson>=4.1.1",
"slack_sdk>=3.43.0, <4",
- "sqlalchemy>=1.4, <2",
+ "sqlalchemy>=1.4.43, <2", # 1.4.43 adds the python-oracledb
(oracle+oracledb) dialect
"sqlalchemy-continuum>=1.6.0, <2.0.0",
"sqlalchemy-utils>=0.42.1, <0.43", # expanding lowerbound to work with
pydoris
"sqlglot>=30.12.0, <31",