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

multiple[patch]: Bump tool partner package deps #6069

Merged
merged 1 commit into from
Jul 16, 2024
Merged
Show file tree
Hide file tree
Changes from all 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
2 changes: 1 addition & 1 deletion libs/langchain-anthropic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,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 update to the "@langchain/core" dependency version range in the package.json file. This change may impact the project's peer/dev/hard dependencies, so I'm flagging it for the maintainers to review. Keep up the great work! 🚀

"dependencies": {
"@anthropic-ai/sdk": "^0.22.0",
"@langchain/core": ">=0.2.9 <0.3.0",
"@langchain/core": ">=0.2.16 <0.3.0",
"fast-xml-parser": "^4.3.5",
"zod": "^3.22.4",
"zod-to-json-schema": "^3.22.4"
Expand Down
2 changes: 1 addition & 1 deletion libs/langchain-aws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"dependencies": {
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 "@langchain/core" dependency has been updated in the package.json file. This change is flagged for maintainers to review as it may impact peer/dev/hard dependencies. Keep up the great work! 🚀

"@aws-sdk/client-bedrock-runtime": "^3.602.0",
"@aws-sdk/credential-provider-node": "^3.600.0",
"@langchain/core": ">=0.2.9 <0.3.0",
"@langchain/core": ">=0.2.16 <0.3.0",
"zod-to-json-schema": "^3.22.5"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion libs/langchain-cohere/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"author": "LangChain",
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 this PR includes a change in the hard dependency for "@langchain/core" from ">=0.2.14 <0.3.0" to ">=0.2.16 <0.3.0". I've flagged this for your review to ensure it aligns with our dependency management strategy. Keep up the great work! 🚀

"license": "MIT",
"dependencies": {
"@langchain/core": ">=0.2.14 <0.3.0",
"@langchain/core": ">=0.2.16 <0.3.0",
"cohere-ai": "^7.10.5",
"uuid": "^10.0.0",
"zod": "^3.23.8",
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 @@ -35,7 +35,7 @@
"author": "LangChain",
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/core" dependency version range in the package.json file. This seems to be a change in the hard dependency, and I'm flagging this for the maintainers to review. Keep up the great work!

"license": "MIT",
"dependencies": {
"@langchain/core": "~0.2.11",
"@langchain/core": ">=0.2.16 <0.3.0",
"@langchain/openai": "~0.1.0",
"binary-extensions": "^2.2.0",
"expr-eval": "^2.0.2",
Expand Down
2 changes: 1 addition & 1 deletion libs/langchain-google-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"author": "LangChain",
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 update to the "@langchain/core" dependency in the package.json file. This seems to be a change in the peer/dev/hard dependency, and I'm flagging this for your review. Keep up the great work! 🚀

"license": "MIT",
"dependencies": {
"@langchain/core": ">=0.2.9 <0.3.0",
"@langchain/core": ">=0.2.16 <0.3.0",
"uuid": "^10.0.0",
"zod-to-json-schema": "^3.22.4"
},
Expand Down
2 changes: 1 addition & 1 deletion libs/langchain-google-genai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,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've reviewed the PR and noticed a change in the version range of the "@langchain/core" dependency, which affects the peer dependencies. I've flagged this for your review. Keep up the great work!

"dependencies": {
"@google/generative-ai": "^0.7.0",
"@langchain/core": ">=0.2.9 <0.3.0",
"@langchain/core": ">=0.2.16 <0.3.0",
"zod-to-json-schema": "^3.22.4"
},
"devDependencies": {
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 @@ -35,7 +35,7 @@
"author": "LangChain",
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 update to the "@langchain/core" dependency in the package.json file. This seems to be a modification to the peer/dev/hard dependency, and I've flagged it for the maintainers to review. Great work on the PR!

"license": "MIT",
"dependencies": {
"@langchain/core": ">=0.2.9 <0.3.0",
"@langchain/core": ">=0.2.16 <0.3.0",
"@langchain/openai": "~0.1.0",
"groq-sdk": "^0.3.2",
"zod": "^3.22.4",
Expand Down
2 changes: 1 addition & 1 deletion libs/langchain-mistralai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"author": "LangChain",
"license": "MIT",
"dependencies": {
"@langchain/core": ">=0.2.5 <0.3.0",
"@langchain/core": ">=0.2.16 <0.3.0",
"@mistralai/mistralai": "^0.4.0",
"uuid": "^10.0.0",
"zod": "^3.22.4",
Expand Down
2 changes: 1 addition & 1 deletion libs/langchain-openai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"author": "LangChain",
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 a change in the "@langchain/core" dependency version from ">=0.2.8 <0.3.0" to ">=0.2.16 <0.3.0" in the package.json file. This seems to be a change in the hard dependency, and I'm flagging this for the maintainers to review. Keep up the great work! 🚀

"license": "MIT",
"dependencies": {
"@langchain/core": ">=0.2.8 <0.3.0",
"@langchain/core": ">=0.2.16 <0.3.0",
"js-tiktoken": "^1.0.12",
"openai": "^4.49.1",
"zod": "^3.22.4",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10207,7 +10207,7 @@ __metadata:
"@anthropic-ai/sdk": ^0.22.0
"@jest/globals": ^29.5.0
"@langchain/community": "workspace:*"
"@langchain/core": ">=0.2.9 <0.3.0"
"@langchain/core": ">=0.2.16 <0.3.0"
"@langchain/scripts": ~0.0.14
"@langchain/standard-tests": 0.0.0
"@swc/core": ^1.3.90
Expand Down Expand Up @@ -10241,7 +10241,7 @@ __metadata:
"@aws-sdk/credential-provider-node": ^3.600.0
"@aws-sdk/types": ^3.598.0
"@jest/globals": ^29.5.0
"@langchain/core": ">=0.2.9 <0.3.0"
"@langchain/core": ">=0.2.16 <0.3.0"
"@langchain/scripts": ~0.0.14
"@langchain/standard-tests": 0.0.0
"@smithy/types": ^3.2.0
Expand Down Expand Up @@ -10422,7 +10422,7 @@ __metadata:
resolution: "@langchain/cohere@workspace:libs/langchain-cohere"
dependencies:
"@jest/globals": ^29.5.0
"@langchain/core": ">=0.2.14 <0.3.0"
"@langchain/core": ">=0.2.16 <0.3.0"
"@langchain/scripts": ~0.0.14
"@langchain/standard-tests": 0.0.0
"@swc/core": ^1.3.90
Expand Down Expand Up @@ -10487,7 +10487,7 @@ __metadata:
"@gradientai/nodejs-sdk": ^1.2.0
"@huggingface/inference": ^2.6.4
"@jest/globals": ^29.5.0
"@langchain/core": ~0.2.11
"@langchain/core": ">=0.2.16 <0.3.0"
"@langchain/langgraph": ~0.0.26
"@langchain/openai": ~0.1.0
"@langchain/scripts": ~0.0.14
Expand Down Expand Up @@ -11089,7 +11089,7 @@ __metadata:
resolution: "@langchain/google-common@workspace:libs/langchain-google-common"
dependencies:
"@jest/globals": ^29.5.0
"@langchain/core": ">=0.2.9 <0.3.0"
"@langchain/core": ">=0.2.16 <0.3.0"
"@langchain/scripts": ~0.0.14
"@swc/core": ^1.3.90
"@swc/jest": ^0.2.29
Expand Down Expand Up @@ -11156,7 +11156,7 @@ __metadata:
dependencies:
"@google/generative-ai": ^0.7.0
"@jest/globals": ^29.5.0
"@langchain/core": ">=0.2.9 <0.3.0"
"@langchain/core": ">=0.2.16 <0.3.0"
"@langchain/scripts": ~0.0.14
"@langchain/standard-tests": 0.0.0
"@swc/core": ^1.3.90
Expand Down Expand Up @@ -11287,7 +11287,7 @@ __metadata:
resolution: "@langchain/groq@workspace:libs/langchain-groq"
dependencies:
"@jest/globals": ^29.5.0
"@langchain/core": ">=0.2.9 <0.3.0"
"@langchain/core": ">=0.2.16 <0.3.0"
"@langchain/openai": "workspace:^"
"@langchain/scripts": ~0.0.14
"@langchain/standard-tests": 0.0.0
Expand Down Expand Up @@ -11339,7 +11339,7 @@ __metadata:
resolution: "@langchain/mistralai@workspace:libs/langchain-mistralai"
dependencies:
"@jest/globals": ^29.5.0
"@langchain/core": ">=0.2.5 <0.3.0"
"@langchain/core": ">=0.2.16 <0.3.0"
"@langchain/scripts": ~0.0.14
"@langchain/standard-tests": 0.0.0
"@mistralai/mistralai": ^0.4.0
Expand Down Expand Up @@ -11476,7 +11476,7 @@ __metadata:
dependencies:
"@azure/identity": ^4.2.0
"@jest/globals": ^29.5.0
"@langchain/core": ">=0.2.8 <0.3.0"
"@langchain/core": ">=0.2.16 <0.3.0"
"@langchain/scripts": ~0.0.14
"@langchain/standard-tests": 0.0.0
"@swc/core": ^1.3.90
Expand Down
Loading