Skip to content

Commit

Permalink
cohere[patch]: Release 0.2.2 (#6428)
Browse files Browse the repository at this point in the history
  • Loading branch information
bracesproul authored Aug 6, 2024
1 parent ff524b6 commit ef24692
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions libs/langchain-cohere/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@langchain/cohere",
"version": "0.2.1",
"version": "0.2.2",
"description": "Cohere integration for LangChain.js",
"type": "module",
"engines": {
Expand Down Expand Up @@ -35,7 +35,7 @@
"author": "LangChain",
"license": "MIT",
"dependencies": {
"@langchain/core": ">=0.2.16 <0.3.0",
"@langchain/core": ">=0.2.21 <0.3.0",
"cohere-ai": "^7.10.5",
"uuid": "^10.0.0",
"zod": "^3.23.8",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11042,7 +11042,7 @@ __metadata:
resolution: "@langchain/cohere@workspace:libs/langchain-cohere"
dependencies:
"@jest/globals": ^29.5.0
"@langchain/core": ">=0.2.16 <0.3.0"
"@langchain/core": ">=0.2.21 <0.3.0"
"@langchain/scripts": ~0.0.20
"@langchain/standard-tests": 0.0.0
"@swc/core": ^1.3.90
Expand Down

0 comments on commit ef24692

Please sign in to comment.