Skip to content

Commit 8d60d6a

Browse files
[SECURITY] Update cohere-ruby requirement from ~> 0.9.10 to ~> 1.0.1 (#998)
Updates the requirements on [cohere-ruby](https://github.com/andreibondarev/cohere-ruby) to permit the latest version. - [Release notes](https://github.com/andreibondarev/cohere-ruby/releases) - [Changelog](https://github.com/patterns-ai-core/cohere-ruby/blob/main/CHANGELOG.md) - [Commits](patterns-ai-core/cohere-ruby@0.9.10...1.0.1) --- updated-dependencies: - dependency-name: cohere-ruby dependency-version: 1.0.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e1b9f39 commit 8d60d6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

langchain.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Gem::Specification.new do |spec|
4747
spec.add_development_dependency "ruby-anthropic", "~> 0.4"
4848
spec.add_development_dependency "aws-sdk-bedrockruntime", "~> 1.1"
4949
spec.add_development_dependency "chroma-db", "~> 0.6.0"
50-
spec.add_development_dependency "cohere-ruby", "~> 0.9.10"
50+
spec.add_development_dependency "cohere-ruby", "~> 1.0.1"
5151
spec.add_development_dependency "docx", "~> 0.8.0"
5252
spec.add_development_dependency "elasticsearch", "~> 8.2.0"
5353
spec.add_development_dependency "eqn", "~> 1.6.5"

0 commit comments

Comments
 (0)