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

ephraimanierobi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 7c1e49ae681 Git provider should require common-compat >=1.12.0 (#60985)
7c1e49ae681 is described below

commit 7c1e49ae68154d1e568246a70fcb6b82e58989be
Author: Ephraim Anierobi <[email protected]>
AuthorDate: Tue Jan 27 11:40:37 2026 +0100

    Git provider should require common-compat >=1.12.0 (#60985)
    
    * Git provider should require common-compat >=1.12.0
    
    Using git provider 0.2.1 with common.compat <1.12 causes issues in dag 
callbacks
    
    * Update providers/git/pyproject.toml
    
    Co-authored-by: Elad Kalif <[email protected]>
    
    * fixup! Update providers/git/pyproject.toml
    
    ---------
    
    Co-authored-by: Elad Kalif <[email protected]>
---
 providers/git/docs/index.rst | 2 +-
 providers/git/pyproject.toml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/providers/git/docs/index.rst b/providers/git/docs/index.rst
index 0057b7c2811..01e3e989932 100644
--- a/providers/git/docs/index.rst
+++ b/providers/git/docs/index.rst
@@ -96,7 +96,7 @@ The minimum Apache Airflow version supported by this provider 
distribution is ``
 PIP package                                 Version required
 ==========================================  ==================
 ``apache-airflow``                          ``>=3.0.0``
-``apache-airflow-providers-common-compat``  ``>=1.10.1``
+``apache-airflow-providers-common-compat``  ``>=1.12.0``
 ``GitPython``                               ``>=3.1.44``
 ==========================================  ==================
 
diff --git a/providers/git/pyproject.toml b/providers/git/pyproject.toml
index bc7869356af..a2b9d93353e 100644
--- a/providers/git/pyproject.toml
+++ b/providers/git/pyproject.toml
@@ -59,7 +59,7 @@ requires-python = ">=3.10"
 # After you modify the dependencies, and rebuild your Breeze CI image with 
``breeze ci-image build``
 dependencies = [
     "apache-airflow>=3.0.0",
-    "apache-airflow-providers-common-compat>=1.10.1",
+    "apache-airflow-providers-common-compat>=1.12.0",
     "GitPython>=3.1.44",
 ]
 

Reply via email to