Skip to content

Commit

Permalink
community[patch],langchain[patch],groq[patch]: Bump deps (#5618)
Browse files Browse the repository at this point in the history
* Bump deps

* Fix
  • Loading branch information
jacoblee93 authored May 31, 2024
1 parent 2388a8e commit 5905549
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion langchain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -881,7 +881,7 @@
},
"dependencies": {
"@langchain/core": "~0.2.0",
"@langchain/openai": "~0.0.28",
"@langchain/openai": "~0.1.0",
"@langchain/textsplitters": "~0.0.0",
"binary-extensions": "^2.2.0",
"js-tiktoken": "^1.0.12",
Expand Down
2 changes: 1 addition & 1 deletion libs/langchain-community/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"license": "MIT",
"dependencies": {
"@langchain/core": "~0.2.0",
"@langchain/openai": "~0.0.28",
"@langchain/openai": "~0.1.0",
"binary-extensions": "^2.2.0",
"expr-eval": "^2.0.2",
"flat": "^5.0.2",
Expand Down
2 changes: 1 addition & 1 deletion libs/langchain-groq/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"license": "MIT",
"dependencies": {
"@langchain/core": ">0.1.56 <0.3.0",
"@langchain/openai": "~0.0.28",
"@langchain/openai": "~0.1.0",
"groq-sdk": "^0.3.2",
"zod": "^3.22.4",
"zod-to-json-schema": "^3.22.5"
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9095,7 +9095,7 @@ __metadata:
"@huggingface/inference": ^2.6.4
"@jest/globals": ^29.5.0
"@langchain/core": ~0.2.0
"@langchain/openai": ~0.0.28
"@langchain/openai": ~0.1.0
"@langchain/scripts": ~0.0.14
"@layerup/layerup-security": ^1.5.12
"@mendable/firecrawl-js": ^0.0.13
Expand Down Expand Up @@ -10017,7 +10017,7 @@ __metadata:
languageName: unknown
linkType: soft

"@langchain/openai@workspace:*, @langchain/openai@workspace:^, @langchain/openai@workspace:libs/langchain-openai, @langchain/openai@~0.0.28":
"@langchain/openai@workspace:*, @langchain/openai@workspace:^, @langchain/openai@workspace:libs/langchain-openai, @langchain/openai@~0.1.0":
version: 0.0.0-use.local
resolution: "@langchain/openai@workspace:libs/langchain-openai"
dependencies:
Expand Down Expand Up @@ -27446,7 +27446,7 @@ __metadata:
"@jest/globals": ^29.5.0
"@langchain/cohere": ^0.0.8
"@langchain/core": ~0.2.0
"@langchain/openai": ~0.0.28
"@langchain/openai": ~0.1.0
"@langchain/scripts": ~0.0.14
"@langchain/textsplitters": ~0.0.0
"@mendable/firecrawl-js": ^0.0.13
Expand Down

0 comments on commit 5905549

Please sign in to comment.