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


The following commit(s) were added to refs/heads/v3-1-test by this push:
     new 58cc58e8bee Restrict click 8.3.0
58cc58e8bee is described below

commit 58cc58e8bee724a5df33928f24767a63832af332
Author: Kaxil Naik <[email protected]>
AuthorDate: Fri Sep 19 23:55:10 2025 +0100

    Restrict click 8.3.0
---
 scripts/in_container/run_generate_constraints.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/scripts/in_container/run_generate_constraints.py 
b/scripts/in_container/run_generate_constraints.py
index f115b098dbd..42c865f9676 100755
--- a/scripts/in_container/run_generate_constraints.py
+++ b/scripts/in_container/run_generate_constraints.py
@@ -366,6 +366,9 @@ def generate_constraints_pypi_providers(config_params: 
ConfigParams) -> None:
     additional_constraints_for_highest_resolution: list[str] = [
         "google-ads!=28.0.0.post2",
         "Flask-Limiter!=3.13",
+        # https://github.com/pallets/click/issues/3071 causing celery worker 
failure
+        # 
https://github.com/apache/airflow/commit/0560dccf0300069b660a801965b130dd2cd1e857
+        "click!=8.3.0",
     ]
 
     result = run_command(

Reply via email to