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

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


The following commit(s) were added to refs/heads/v3-0-test by this push:
     new 2bccaa39ae2 [v3-0-test] Restrict typing-extensions 4.14.0 to fix CI 
temporarily (#51342)
2bccaa39ae2 is described below

commit 2bccaa39ae2758e930fb71a7d54307a63006c5cd
Author: Amogh Desai <[email protected]>
AuthorDate: Tue Jun 3 13:49:36 2025 +0530

    [v3-0-test] Restrict typing-extensions 4.14.0 to fix CI temporarily (#51342)
    
    (cherry picked from commit 74b1ffc59489eaf1ea4fef1580f3127f17f25ee0)
---
 airflow-core/pyproject.toml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/airflow-core/pyproject.toml b/airflow-core/pyproject.toml
index 37124ab1b25..5026570bb1d 100644
--- a/airflow-core/pyproject.toml
+++ b/airflow-core/pyproject.toml
@@ -131,6 +131,8 @@ dependencies = [
     "tabulate>=0.9.0",
     "tenacity>=8.0.0,!=8.2.0",
     "termcolor>=3.0.0",
+    # temporarily exclude 4.14.0 due to its broken compat with cadwyn
+    "typing-extensions!=4.14.0",
     # Universal Pathlib 0.2.4 adds extra validation for Paths and our 
integration with local file paths
     # Does not work with it Tracked in 
https://github.com/fsspec/universal_pathlib/issues/276
     "universal-pathlib>=0.2.2,!=0.2.4",

Reply via email to