Skip to content

Commit

Permalink
Pin cohere at 5.10.0 (#1252)
Browse files Browse the repository at this point in the history
  • Loading branch information
collindutter authored Oct 11, 2024
1 parent 91fd268 commit beb1732
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 39 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [0.33.1] - 2024-10-11

### Fixed

- Pinned `cohere` at `~5.11.0` to resolve slow dependency resolution.

## [0.33.0] - 2024-10-09

## Added
Expand Down
71 changes: 33 additions & 38 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ requests = "^2.32.0"
filetype = "^1.2"

# drivers
cohere = { version = "^5.5.4", optional = true }
cohere = { version = "~5.10.0", optional = true }
anthropic = { version = "^0.35.0", optional = true }
transformers = { version = "^4.41.1", optional = true}
huggingface-hub = { version = "^0.25.1", optional = true }
Expand Down

0 comments on commit beb1732

Please sign in to comment.