Skip to content

Commit

Permalink
openai[patch]: Release 0.2.6 (#6422)
Browse files Browse the repository at this point in the history
  • Loading branch information
bracesproul authored Aug 6, 2024
1 parent 4f85f3c commit d6a6cb5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions libs/langchain-openai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@langchain/openai",
"version": "0.2.5",
"version": "0.2.6",
"description": "OpenAI integrations 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",
"js-tiktoken": "^1.0.12",
"openai": "^4.55.0",
"zod": "^3.22.4",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12172,7 +12172,7 @@ __metadata:
dependencies:
"@azure/identity": ^4.2.1
"@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 d6a6cb5

Please sign in to comment.