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

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

commit 4dd48b08145b35d03502e5f22eafdb4ee6d16d23
Author: Kaxil Naik <[email protected]>
AuthorDate: Tue Sep 16 17:35:53 2025 +0100

    Fix update-breeze-cmd-output static check (#55731)
    
    (cherry picked from commit 69e646d708ef5a0314e6f50daa5fe86fd91a8942)
---
 dev/breeze/README.md      | 2 +-
 dev/breeze/pyproject.toml | 4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev/breeze/README.md b/dev/breeze/README.md
index dd09eb72316..81141a83609 100644
--- a/dev/breeze/README.md
+++ b/dev/breeze/README.md
@@ -135,6 +135,6 @@ PLEASE DO NOT MODIFY THE HASH BELOW! IT IS AUTOMATICALLY 
UPDATED BY PREK.
 
 
---------------------------------------------------------------------------------------------------------
 
-Package config hash: 
5640b626a3ee4d7e1cb1ed176546ea890a4a57f5456e5cf84b840f782cace8449b42b0071498ece2dac865c543c5d05cb6976ac34e7c8a65bc07949103eab607
+Package config hash: 
ed963e565878e8873cda04b157025cbeeb2e5dec5abe4271941dc5ee8628efcbb40a33260868900cd838d644953bdc3b164615fa3921fcddbc9312fdf7e02816
 
 
---------------------------------------------------------------------------------------------------------
diff --git a/dev/breeze/pyproject.toml b/dev/breeze/pyproject.toml
index 2d84b2d04e4..132aeed9efb 100644
--- a/dev/breeze/pyproject.toml
+++ b/dev/breeze/pyproject.toml
@@ -68,7 +68,9 @@ dependencies = [
     "pyyaml>=6.0.2",
     "requests>=2.32.0",
     "restructuredtext-lint>=1.4.0",
-    "rich-click>=1.7.1",
+    # Temporarily pinned to fix for changes in 
https://github.com/ewels/rich-click/releases/tag/v1.9.0
+    # Example failure without it: 
https://github.com/apache/airflow/actions/runs/17770084165/job/50505281673?pr=55725
+    "rich-click>=1.7.1,<1.9.0",
     "rich>=13.6.0",
     "tabulate>=0.9.0",
     "tomli>=2.0.1; python_version < '3.11'",

Reply via email to