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

potiuk 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 9797f9278a Bump Cohere min version to limit backtracking on upgrade 
(#36666)
9797f9278a is described below

commit 9797f9278a3a0cbe725e84ba0c80f686cd16f1e0
Author: Jarek Potiuk <ja...@potiuk.com>
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.
---
 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 1833e65f96..14fdac64fe 100644
--- a/generated/provider_dependencies.json
+++ b/generated/provider_dependencies.json
@@ -290,7 +290,7 @@
   "cohere": {
     "deps": [
       "apache-airflow>=2.6.0",
-      "cohere>=4.27"
+      "cohere>=4.37"
     ],
     "cross-providers-deps": [],
     "excluded-python-versions": [],

Reply via email to