Skip to content

Commit

Permalink
Bump OpenAI deps (#5616)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 authored May 31, 2024
1 parent e9b72d2 commit 76c6110
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libs/langchain-openai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"author": "LangChain",
"license": "MIT",
"dependencies": {
"@langchain/core": ">0.1.56 <0.3.0",
"@langchain/core": ">=0.2.5 <0.3.0",
"js-tiktoken": "^1.0.12",
"openai": "^4.41.1",
"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 @@ -10023,7 +10023,7 @@ __metadata:
dependencies:
"@azure/identity": ^4.2.0
"@jest/globals": ^29.5.0
"@langchain/core": ">0.1.56 <0.3.0"
"@langchain/core": ">=0.2.5 <0.3.0"
"@langchain/scripts": ~0.0.14
"@swc/core": ^1.3.90
"@swc/jest": ^0.2.29
Expand Down

0 comments on commit 76c6110

Please sign in to comment.