Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

community[patch],langchain[patch],groq[patch]: Bump deps #5618

Merged
merged 3 commits into from
May 31, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
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",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey there! 👋 I noticed the change in the "@langchain/openai" dependency from "~0.0.28" to "~0.1.0" in the package.json file. This comment is to flag the minor version update for maintainers to review. Keep up the great work! 🚀

"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",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey there! I noticed that the dependency for "@langchain/openai" has been updated to "~0.1.0" in the package.json file. This change may impact the project's dependencies, so I'm flagging it for the maintainers to review. Keep up the great work!

"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
19 changes: 16 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,20 @@ __metadata:
languageName: unknown
linkType: soft

"@langchain/openai@workspace:*, @langchain/openai@workspace:^, @langchain/openai@workspace:libs/langchain-openai, @langchain/openai@~0.0.28":
"@langchain/openai@npm:~0.1.0":
version: 0.1.0
resolution: "@langchain/openai@npm:0.1.0"
dependencies:
"@langchain/core": ">=0.2.5 <0.3.0"
js-tiktoken: ^1.0.12
openai: ^4.41.1
zod: ^3.22.4
zod-to-json-schema: ^3.22.3
checksum: c418794534f8818b540eb5acee6d848610aff02ee70509630497e4618872232c2ec2b49c8e5ba01adf1cd51d874ea6a55cb5c5ac215eea6fb034880ff33285f8
languageName: node
linkType: hard

"@langchain/openai@workspace:*, @langchain/openai@workspace:^, @langchain/openai@workspace:libs/langchain-openai":
version: 0.0.0-use.local
resolution: "@langchain/openai@workspace:libs/langchain-openai"
dependencies:
Expand Down Expand Up @@ -27446,7 +27459,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
Loading