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.
  • Loading branch information
potiuk authored Jan 8, 2024
1 parent 298c37d commit 9797f92
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 @@ -290,7 +290,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 9797f92

Please sign in to comment.