This is an automated email from the ASF dual-hosted git repository.
kaxilnaik 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 60c38de195f Upgrade cloudant provider to use compat provider 1.8.0
(#57202)
60c38de195f is described below
commit 60c38de195f698c24d1d3b18333ef1d69fc314c2
Author: Vincent <[email protected]>
AuthorDate: Fri Oct 24 16:41:56 2025 -0400
Upgrade cloudant provider to use compat provider 1.8.0 (#57202)
---
providers/cloudant/pyproject.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/providers/cloudant/pyproject.toml
b/providers/cloudant/pyproject.toml
index 95920a4d686..eaeda0ce65c 100644
--- a/providers/cloudant/pyproject.toml
+++ b/providers/cloudant/pyproject.toml
@@ -58,7 +58,7 @@ requires-python = ">=3.10"
# After you modify the dependencies, and rebuild your Breeze CI image with
``breeze ci-image build``
dependencies = [
"apache-airflow>=2.10.0",
- "apache-airflow-providers-common-compat>=1.7.4", # + TODO: bump to next
version
+ "apache-airflow-providers-common-compat>=1.8.0",
"ibmcloudant>=0.10.0",
]