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

jscheffl 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 f5239c95676 [v3-2-test] Fix release check tooling for providers 
(#64920) (#65008)
f5239c95676 is described below

commit f5239c9567664b327fdd72d4e4f4b3a46b4ad061
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Apr 10 23:26:05 2026 +0200

    [v3-2-test] Fix release check tooling for providers (#64920) (#65008)
    
    * Fix release check tooling for providers
    
    * Use pyproject.toml to allow provider packages w/o cooldown
    (cherry picked from commit 8418e1320d2f920ef6c5ab4117bd2b4954d71421)
    
    Co-authored-by: Jens Scheffler <[email protected]>
---
 dev/breeze/src/airflow_breeze/utils/check_release_files.py | 3 ++-
 task-sdk/src/airflow/sdk/_shared/AGENTS.md                 | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev/breeze/src/airflow_breeze/utils/check_release_files.py 
b/dev/breeze/src/airflow_breeze/utils/check_release_files.py
index 81ea3c0563b..e4fb0f5b022 100644
--- a/dev/breeze/src/airflow_breeze/utils/check_release_files.py
+++ b/dev/breeze/src/airflow_breeze/utils/check_release_files.py
@@ -26,7 +26,8 @@ PROVIDERS_DOCKER = """\
 FROM ghcr.io/apache/airflow/main/ci/python3.10
 RUN cd airflow-core; uv sync --no-sources
 
-# Install providers
+# Install providers with providers pre-releases allowed
+COPY pyproject.toml .
 {}
 """
 
diff --git a/task-sdk/src/airflow/sdk/_shared/AGENTS.md 
b/task-sdk/src/airflow/sdk/_shared/AGENTS.md
index 8d2c7cf9d33..57a3a75046e 120000
--- a/task-sdk/src/airflow/sdk/_shared/AGENTS.md
+++ b/task-sdk/src/airflow/sdk/_shared/AGENTS.md
@@ -1 +1 @@
-../../../../../airflow-core/src/airflow/_shared/AGENTS..md
\ No newline at end of file
+../../../../../airflow-core/src/airflow/_shared/AGENTS.md
\ No newline at end of file

Reply via email to