Skip to content

Commit

Permalink
Bump Cohere min version to limit backtracking on upgrade (#36666)
Browse files Browse the repository at this point in the history
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 9797f92)
  • Loading branch information
potiuk committed Jan 13, 2024
1 parent 3b080e0 commit ac9c4cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion airflow/providers/cohere/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ integrations:

dependencies:
- apache-airflow>=2.6.0
- cohere>=4.27
- cohere>=4.37

hooks:
- integration-name: Cohere
Expand Down
2 changes: 1 addition & 1 deletion generated/provider_dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@
"cohere": {
"deps": [
"apache-airflow>=2.6.0",
"cohere>=4.27"
"cohere>=4.37"
],
"cross-providers-deps": [],
"excluded-python-versions": [],
Expand Down

0 comments on commit ac9c4cf

Please sign in to comment.