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


The following commit(s) were added to refs/heads/v3-2-test by this push:
     new 21f5a375352 Pin Task-SDK for Airflow meta package
21f5a375352 is described below

commit 21f5a375352e3b1e7295179ae97c7f7de5c99b7e
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 a5371e5eee1..a5626f41c8f 100644
--- a/airflow-core/pyproject.toml
+++ b/airflow-core/pyproject.toml
@@ -145,7 +145,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 780497f6157..256fa9bba7e 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.7", "Maintenance", "Apr 22, 2025", "TBD", "TBD"),
+    ("3", "3.2.0", "Maintenance", "Apr 22, 2025", "TBD", "TBD"),
     ("2", "2.11.1", "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