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

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

commit a1999000222b6aa8c8518d07e0ca15d481a4a812
Author: vatsrahul1001 <[email protected]>
AuthorDate: Tue Mar 3 18:51:58 2026 +0530

    Pin Task-SDK for Airflow meta package
---
 airflow-core/pyproject.toml           | 2 +-
 scripts/ci/prek/supported_versions.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/airflow-core/pyproject.toml b/airflow-core/pyproject.toml
index 09e807fad86..e749f146c33 100644
--- a/airflow-core/pyproject.toml
+++ b/airflow-core/pyproject.toml
@@ -149,7 +149,7 @@ dependencies = [
     # https://github.com/apache/airflow/issues/56369 , rework 
universal-pathlib usage
     "universal-pathlib>=0.3.8",
     "uuid6>=2024.7.10",
-    "apache-airflow-task-sdk<1.3.0,>=1.2.0",
+    "apache-airflow-task-sdk==1.2.0",
     # pre-installed providers
     "apache-airflow-providers-common-compat>=1.7.4",
     "apache-airflow-providers-common-io>=1.6.3",
diff --git a/scripts/ci/prek/supported_versions.py 
b/scripts/ci/prek/supported_versions.py
index 6cddd945a4f..c8d7c81426c 100755
--- a/scripts/ci/prek/supported_versions.py
+++ b/scripts/ci/prek/supported_versions.py
@@ -39,7 +39,7 @@ HEADERS = (
 )
 
 SUPPORTED_VERSIONS = (
-    ("3", "3.1.8", "Maintenance", "Apr 22, 2025", "TBD", "TBD"),
+    ("3", "3.2.0", "Maintenance", "Apr 22, 2025", "TBD", "TBD"),
     ("2", "2.11.2", "Limited maintenance", "Dec 17, 2020", "Oct 22, 2025", 
"Apr 22, 2026"),
     ("1.10", "1.10.15", "EOL", "Aug 27, 2018", "Dec 17, 2020", "June 17, 
2021"),
     ("1.9", "1.9.0", "EOL", "Jan 03, 2018", "Aug 27, 2018", "Aug 27, 2018"),

Reply via email to