Skip to content

Commit

Permalink
Release 0.2.13 (#6425)
Browse files Browse the repository at this point in the history
  • Loading branch information
bracesproul committed Aug 6, 2024
1 parent d6a6cb5 commit 6cef301
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions langchain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "langchain",
"version": "0.2.12",
"version": "0.2.13",
"description": "Typescript bindings for langchain",
"type": "module",
"engines": {
Expand Down Expand Up @@ -934,7 +934,7 @@
}
},
"dependencies": {
"@langchain/core": ">=0.2.11 <0.3.0",
"@langchain/core": ">=0.2.21 <0.3.0",
"@langchain/openai": ">=0.1.0 <0.3.0",
"@langchain/textsplitters": "~0.0.0",
"binary-extensions": "^2.2.0",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -31122,7 +31122,7 @@ __metadata:
"@langchain/anthropic": ^0.2.8
"@langchain/aws": ^0.0.5
"@langchain/cohere": ^0.2.1
"@langchain/core": ">=0.2.11 <0.3.0"
"@langchain/core": ">=0.2.21 <0.3.0"
"@langchain/google-genai": ^0.0.23
"@langchain/google-vertexai": ^0.0.21
"@langchain/groq": ^0.0.15
Expand Down

0 comments on commit 6cef301

Please sign in to comment.