This is an automated email from the ASF dual-hosted git repository.
jscheffl 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 3e2962a0e42 Correct README.rst common compat version reference
inconsistency (#67554)
3e2962a0e42 is described below
commit 3e2962a0e423445524baa5c97c3533df7d9a5c4a
Author: Jens Scheffler <[email protected]>
AuthorDate: Tue May 26 19:10:31 2026 +0200
Correct README.rst common compat version reference inconsistency (#67554)
---
providers/celery/README.rst | 2 +-
providers/cncf/kubernetes/README.rst | 2 +-
providers/edge3/README.rst | 2 +-
providers/git/README.rst | 2 +-
providers/openlineage/README.rst | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/providers/celery/README.rst b/providers/celery/README.rst
index 9b852e1d849..69e59aa21b8 100644
--- a/providers/celery/README.rst
+++ b/providers/celery/README.rst
@@ -54,7 +54,7 @@ Requirements
PIP package Version required
========================================== ==================
``apache-airflow`` ``>=2.11.0``
-``apache-airflow-providers-common-compat`` ``>=1.14.3``
+``apache-airflow-providers-common-compat`` ``>=1.15.0``
``celery[redis]`` ``>=5.5.0,<6``
``flower`` ``>=1.0.0``
========================================== ==================
diff --git a/providers/cncf/kubernetes/README.rst
b/providers/cncf/kubernetes/README.rst
index ac2261a3ddd..ec6759efbdc 100644
--- a/providers/cncf/kubernetes/README.rst
+++ b/providers/cncf/kubernetes/README.rst
@@ -55,7 +55,7 @@ PIP package Version required
==========================================
======================================
``aiofiles`` ``>=23.2.0``
``apache-airflow`` ``>=2.11.0``
-``apache-airflow-providers-common-compat`` ``>=1.14.3``
+``apache-airflow-providers-common-compat`` ``>=1.15.0``
``asgiref`` ``>=3.5.2; python_version <
"3.14"``
``asgiref`` ``>=3.11.1; python_version >=
"3.14"``
``cryptography`` ``>=44.0.3``
diff --git a/providers/edge3/README.rst b/providers/edge3/README.rst
index a7efa22423e..8eb0436023d 100644
--- a/providers/edge3/README.rst
+++ b/providers/edge3/README.rst
@@ -66,7 +66,7 @@ Requirements
PIP package Version required
========================================== ===================
``apache-airflow`` ``>=3.0.0,!=3.1.0``
-``apache-airflow-providers-common-compat`` ``>=1.14.3``
+``apache-airflow-providers-common-compat`` ``>=1.15.0``
``pydantic`` ``>=2.11.0``
``retryhttp`` ``>=1.4.0``
``aiofiles`` ``>=23.2.0``
diff --git a/providers/git/README.rst b/providers/git/README.rst
index 05aafa6bd66..8c24a5bb9b7 100644
--- a/providers/git/README.rst
+++ b/providers/git/README.rst
@@ -54,7 +54,7 @@ Requirements
PIP package Version required
========================================== ==================
``apache-airflow`` ``>=3.0.0``
-``apache-airflow-providers-common-compat`` ``>=1.12.0``
+``apache-airflow-providers-common-compat`` ``>=1.15.0``
``GitPython`` ``>=3.1.44``
========================================== ==================
diff --git a/providers/openlineage/README.rst b/providers/openlineage/README.rst
index 02a129c91bd..6367413f557 100644
--- a/providers/openlineage/README.rst
+++ b/providers/openlineage/README.rst
@@ -56,7 +56,7 @@ PIP package Version required
========================================== ==================
``apache-airflow`` ``>=2.11.0``
``apache-airflow-providers-common-sql`` ``>=1.32.0``
-``apache-airflow-providers-common-compat`` ``>=1.14.3``
+``apache-airflow-providers-common-compat`` ``>=1.15.0``
``attrs`` ``>=22.2``
``openlineage-integration-common`` ``>=1.47.0``
``openlineage-python`` ``>=1.47.0``