Skip to content

Commit

Permalink
chore(cohere): Release 0.3.0 (#6771)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 committed Sep 13, 2024
1 parent a2e23b6 commit 72f5142
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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.2",
"version": "0.3.0",
"description": "Cohere integration for LangChain.js",
"type": "module",
"engines": {
Expand Down
15 changes: 14 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11399,7 +11399,20 @@ __metadata:
languageName: unknown
linkType: soft

"@langchain/cohere@^0.2.1, @langchain/cohere@workspace:*, @langchain/cohere@workspace:libs/langchain-cohere":
"@langchain/cohere@npm:^0.2.1":
version: 0.2.2
resolution: "@langchain/cohere@npm:0.2.2"
dependencies:
"@langchain/core": ">=0.2.21 <0.3.0"
cohere-ai: ^7.10.5
uuid: ^10.0.0
zod: ^3.23.8
zod-to-json-schema: ^3.23.1
checksum: 7e20f3dc0d4aab278ad21b38965ea41234b97c8c94e41ee732637a0e4d026f636507b47ab65d3d7eaee08be14cc1ef5721d6dde0cf88327454b80af6ee3956c4
languageName: node
linkType: hard

"@langchain/cohere@workspace:*, @langchain/cohere@workspace:libs/langchain-cohere":
version: 0.0.0-use.local
resolution: "@langchain/cohere@workspace:libs/langchain-cohere"
dependencies:
Expand Down

0 comments on commit 72f5142

Please sign in to comment.