This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch v2-8-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit b803e3c36a6b0b461179394e123b51edf54439a9 Author: Jarek Potiuk <[email protected]> AuthorDate: Mon Jan 8 20:49:42 2024 +0100 Bump Cohere min version to limit backtracking on upgrade (#36666) While testing #36537 I noticed cohere backracking quite a bit with older version. Bumping Cohere to more recent minimum version (released in November) decreased it quite a bit. Since Cohere is mostly standalone package, and likely you want to bump people to later version, it's safe to assume we can bump the minimum version. (cherry picked from commit 9797f9278a3a0cbe725e84ba0c80f686cd16f1e0) --- airflow/providers/cohere/provider.yaml | 2 +- generated/provider_dependencies.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/airflow/providers/cohere/provider.yaml b/airflow/providers/cohere/provider.yaml index 01313be518..d09006af39 100644 --- a/airflow/providers/cohere/provider.yaml +++ b/airflow/providers/cohere/provider.yaml @@ -40,7 +40,7 @@ integrations: dependencies: - apache-airflow>=2.6.0 - - cohere>=4.27 + - cohere>=4.37 hooks: - integration-name: Cohere diff --git a/generated/provider_dependencies.json b/generated/provider_dependencies.json index 7afeb80fae..fcddb0f1c6 100644 --- a/generated/provider_dependencies.json +++ b/generated/provider_dependencies.json @@ -299,7 +299,7 @@ "cohere": { "deps": [ "apache-airflow>=2.6.0", - "cohere>=4.27" + "cohere>=4.37" ], "cross-providers-deps": [], "excluded-python-versions": [],
