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

potiuk pushed a commit to branch upgrade-min-sqlalchemy
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 8b2078b90873f8331b69183779767edee0ce313a
Author: Jarek Potiuk <[email protected]>
AuthorDate: Mon Feb 23 22:36:20 2026 +0100

    [v3-1-test] Bump min sqlalchemy version to 1.4.54
---
 airflow-core/pyproject.toml | 2 +-
 devel-common/pyproject.toml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/airflow-core/pyproject.toml b/airflow-core/pyproject.toml
index 8d5bd3006bb..cfbb7ca5a3a 100644
--- a/airflow-core/pyproject.toml
+++ b/airflow-core/pyproject.toml
@@ -135,7 +135,7 @@ dependencies = [
     "rich>=13.6.0",
     "setproctitle>=1.3.3",
     # The issue tracking deprecations for sqlalchemy 2 is 
https://github.com/apache/airflow/issues/28723
-    "sqlalchemy[asyncio]>=1.4.49",
+    "sqlalchemy[asyncio]>=1.4.54",
     "sqlalchemy-jsonfield>=1.0",
     "sqlalchemy-utils>=0.41.2",
     "svcs>=25.1.0",
diff --git a/devel-common/pyproject.toml b/devel-common/pyproject.toml
index 308443f86ff..c786404a7be 100644
--- a/devel-common/pyproject.toml
+++ b/devel-common/pyproject.toml
@@ -151,7 +151,7 @@ dependencies = [
     "beautifulsoup4>=4.7.1",
 ]
 "sqlalchemy" = [
-    "sqlalchemy[asyncio]>=1.4.49",
+    "sqlalchemy[asyncio]>=1.4.54",
     "sqlalchemy-jsonfield>=1.0",
     "sqlalchemy-utils>=0.41.2",
 ]

Reply via email to