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

rahulvats pushed a commit to branch 3.2.0-docs
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/3.2.0-docs by this push:
     new e72423609c6 update release notes of 3.2.0 specifying 
`sqlalchemy[asyncio]>=2.0.48` (#65133)
e72423609c6 is described below

commit e72423609c63ea67e335278a313757a8f7f8801a
Author: Elad Kalif <[email protected]>
AuthorDate: Mon Apr 13 17:58:12 2026 +0300

    update release notes of 3.2.0 specifying `sqlalchemy[asyncio]>=2.0.48` 
(#65133)
    
    (cherry picked from commit b73a4f3737ba42cddff7138afb1ff1852016752f)
---
 RELEASE_NOTES.rst       | 5 +++++
 reproducible_build.yaml | 4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst
index 46db14f8261..6c48ec6f12f 100644
--- a/RELEASE_NOTES.rst
+++ b/RELEASE_NOTES.rst
@@ -395,6 +395,10 @@ Make start_date optional for @continuous schedule
 """""""""""""""""""""""""""""""""""""""""""""""""
 The ``schedule="@continuous"`` parameter now works without requiring a 
``start_date``, and any Dags with this schedule will begin running immediately 
when unpaused. (#61405)
 
+Upgrade SQLAlchemy (SQLA) to 2.0
+"""""""""""""""""""""""""""""""""""""""""""""""""
+Airflow now only support SQLAlchemy version 2
+
 New Features
 ^^^^^^^^^^^^
 
@@ -589,6 +593,7 @@ Bug Fixes
 Miscellaneous
 ^^^^^^^^^^^^^
 
+- Set minimum version of ``sqlalchemy[asyncio]>=2.0.48``
 - Deprecate ``api.page_size`` config in favor of ``api.fallback_page_limit`` 
(#61067)
 - Improve Dag callback relevancy by passing a context-relevant task instance 
based on the Dag's final state instead of an arbitrary lexicographical 
selection (#61274)
 - Optimize ``get_dag_runs`` API endpoint performance (#63940)
diff --git a/reproducible_build.yaml b/reproducible_build.yaml
index fceb50500bb..7aac41e961f 100644
--- a/reproducible_build.yaml
+++ b/reproducible_build.yaml
@@ -1,2 +1,2 @@
-release-notes-hash: abaded5036af286021accca232ea9054
-source-date-epoch: 1775205758
+release-notes-hash: 69929f06cb9064b6a360098240715e15
+source-date-epoch: 1776084530

Reply via email to