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

all[minor]: Update partner packages core dep semver #5448

Merged
merged 1 commit into from
May 17, 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/create-langchain-integration/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,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 version constraint for "@langchain/core" in the package.json file. This seems to be a change in the hard dependency, and I've flagged it for the maintainers to review. Keep up the great work!

"license": "MIT",
"dependencies": {
"@langchain/core": "<0.3.0 || >0.1.0"
"@langchain/core": ">0.1.0 <0.3.0"
},
"devDependencies": {
"@jest/globals": "^29.5.0",
Expand Down
2 changes: 1 addition & 1 deletion libs/langchain-anthropic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"license": "MIT",
"dependencies": {
"@anthropic-ai/sdk": "^0.21.0",
"@langchain/core": "<0.3.0 || >0.1.0",
"@langchain/core": ">0.1.56 <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-azure-openai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,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 the change in the "@langchain/core" dependency version specification 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!

"@azure/core-auth": "^1.5.0",
"@azure/openai": "1.0.0-beta.11",
"@langchain/core": "<0.3.0 || >0.1.0",
"@langchain/core": ">0.1.0 <0.3.0",
"js-tiktoken": "^1.0.12",
"zod": "^3.22.3",
"zod-to-json-schema": "3.20.3"
Expand Down
2 changes: 1 addition & 1 deletion libs/langchain-cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,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/core" has been updated in the package.json file. This change appears to be related to peer/dev/hard dependencies, and I've flagged it for your review. Keep up the great work!

"dependencies": {
"@cloudflare/ai": "^1.0.47",
"@langchain/core": "<0.3.0 || >0.1.0",
"@langchain/core": ">0.1.0 <0.3.0",
"uuid": "^9.0.1"
},
"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 @@ -38,7 +38,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 the dependency for "@langchain/core" has been updated to a specific version range in the package.json file. This change may impact the peer/dev/hard dependencies, so I'm flagging it for the maintainers to review. Keep up the great work!

"license": "MIT",
"dependencies": {
"@langchain/core": "<0.3.0 || >0.1.0",
"@langchain/core": ">0.1.58 <0.3.0",
"cohere-ai": "^7.9.3"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"type": "module",
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 version constraint for the "@langchain/core" dependency in the package.json file. This seems to be a modification to the dev/hard dependency, and I'm flagging this for your review. Keep up the great work!

"dependencies": {
"convex": "1.4.1",
"@langchain/core": "<0.3.0 || >0.1.0"
"@langchain/core": ">0.1.0 <0.3.0"
}
}
2 changes: 1 addition & 1 deletion libs/langchain-exa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,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 version constraint for "@langchain/core" in the package.json file. This might impact the peer/dev/hard dependencies, so I'm flagging this for the maintainers to review. Keep up the great work!

"license": "MIT",
"dependencies": {
"@langchain/core": "<0.3.0 || >0.1.0",
"@langchain/core": ">0.1.0 <0.3.0",
"exa-js": "^1.0.12"
},
"devDependencies": {
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 @@ -39,7 +39,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 dependency range for "@langchain/core" in the package.json file. This is flagged for your review to ensure it aligns with the intended peer/dev/hard dependency type. Keep up the great work!

"license": "MIT",
"dependencies": {
"@langchain/core": "<0.3.0 || >0.1.0",
"@langchain/core": ">0.1.56 <0.3.0",
"uuid": "^9.0.0",
"zod-to-json-schema": "^3.22.4"
},
Expand Down
2 changes: 1 addition & 1 deletion libs/langchain-google-gauth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,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 dependency specification for "@langchain/core" in the package.json file. This seems to be a change in the hard dependency range, and I've flagged it for the maintainers to review. Keep up the great work!

"license": "MIT",
"dependencies": {
"@langchain/core": "<0.3.0 || >0.1.0",
"@langchain/core": ">0.1.56 <0.3.0",
"@langchain/google-common": "~0.0.14",
"google-auth-library": "^8.9.0"
},
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 @@ -40,7 +40,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 in the package.json file. This seems to be a change in the hard dependency range, so I've flagged it for the maintainers to review. Keep up the great work! 🚀

"dependencies": {
"@google/generative-ai": "^0.7.0",
"@langchain/core": "<0.3.0 || >0.1.0"
"@langchain/core": ">0.1.5 <0.3.0"
},
"devDependencies": {
"@jest/globals": "^29.5.0",
Expand Down
2 changes: 1 addition & 1 deletion libs/langchain-google-vertexai-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,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 dependency constraints for "@langchain/core" in the package.json file. This seems to be a change in the hard dependency, and I'm flagging this for your review. Keep up the great work!

"license": "MIT",
"dependencies": {
"@langchain/core": "<0.3.0 || >0.1.0",
"@langchain/core": ">0.1.56 <0.3.0",
"@langchain/google-webauth": "~0.0.14"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion libs/langchain-google-vertexai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,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 dependency range for "@langchain/core" in the package.json file. This seems to be a change in the hard dependency range, and I've flagged it for your review. Keep up the great work!

"license": "MIT",
"dependencies": {
"@langchain/core": "<0.3.0 || >0.1.0",
"@langchain/core": ">0.1.56 <0.3.0",
"@langchain/google-gauth": "~0.0.15"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion libs/langchain-google-webauth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,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 the dependency change in the package.json file affects the peer/dev/hard dependencies of the project. I've flagged this for your review to ensure it aligns with the project's requirements. Keep up the great work!

"license": "MIT",
"dependencies": {
"@langchain/core": "<0.3.0 || >0.1.0",
"@langchain/core": ">0.1.56 <0.3.0",
"@langchain/google-common": "~0.0.14",
"web-auth-library": "^1.0.3"
},
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 @@ -39,7 +39,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 it for the maintainers to review. Keep up the great work!

"license": "MIT",
"dependencies": {
"@langchain/core": "<0.3.0 || >0.1.0",
"@langchain/core": ">0.1.56 <0.3.0",
"@langchain/openai": "~0.0.28",
"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 @@ -39,7 +39,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, which seems to be a change in the hard dependency. I've flagged this for your review to ensure it aligns with the project's requirements. Keep up the great work!

"license": "MIT",
"dependencies": {
"@langchain/core": "<0.3.0 || >0.1.0",
"@langchain/core": ">0.1.56 <0.3.0",
"@mistralai/mistralai": "^0.1.3",
"uuid": "^9.0.0",
"zod": "^3.22.4",
Expand Down
2 changes: 1 addition & 1 deletion libs/langchain-mongodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,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 in the package.json file. This seems to be a modification in the acceptable versions, potentially impacting the peer/dev/hard dependencies. Just flagging this for your review. Keep up the great work!

"license": "MIT",
"dependencies": {
"@langchain/core": "<0.3.0 || >0.1.0",
"@langchain/core": ">0.1.0 <0.3.0",
"mongodb": "^6.3.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion libs/langchain-nomic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,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 version range for "@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.3.0 || >0.1.0",
"@langchain/core": ">0.1.0 <0.3.0",
"@nomic-ai/atlas": "^0.8.0"
},
"devDependencies": {
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 @@ -39,7 +39,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 constraint in the package.json file. This seems to be a change in the hard dependency, and I'm flagging it for the maintainers to review. Keep up the great work!

"license": "MIT",
"dependencies": {
"@langchain/core": "<0.3.0 || >0.1.0",
"@langchain/core": ">0.1.56 <0.3.0",
"js-tiktoken": "^1.0.12",
"openai": "^4.41.1",
"zod": "^3.22.4",
Expand Down
2 changes: 1 addition & 1 deletion libs/langchain-pinecone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"author": "Pinecone, Inc",
"license": "MIT",
"dependencies": {
"@langchain/core": "<0.3.0 || >0.1.0",
"@langchain/core": ">0.1.0 <0.3.0",
"@pinecone-database/pinecone": "^2.2.0",
"flat": "^5.0.2",
"uuid": "^9.0.0"
Expand Down
2 changes: 1 addition & 1 deletion libs/langchain-qdrant/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"author": "LangChain",
"license": "MIT",
"dependencies": {
"@langchain/core": "<0.3.0 || >0.1.0",
"@langchain/core": ">0.1.0 <0.3.0",
"@qdrant/js-client-rest": "^1.9.0",
"uuid": "^9.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion libs/langchain-redis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,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 dependency range for "@langchain/core" in the package.json file. This seems to be a change in the peer dependency range, and I'm flagging this for your review. Keep up the great work!

"license": "MIT",
"dependencies": {
"@langchain/core": "<0.3.0 || >0.1.0",
"@langchain/core": ">0.1.0 <0.3.0",
"redis": "^4.6.13"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion libs/langchain-textsplitters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"author": "LangChain",
"license": "MIT",
"dependencies": {
"@langchain/core": "<0.3.0 || >0.1.0",
"@langchain/core": ">0.1.0 <0.3.0",
"js-tiktoken": "^1.0.12"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion libs/langchain-weaviate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,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 the dependency for "@langchain/core" has been updated in the package.json file. This change may impact the peer/dev/hard dependencies, so I'm flagging it for the maintainers to review. Keep up the great work!

"license": "MIT",
"dependencies": {
"@langchain/core": "<0.3.0 || >0.1.0",
"@langchain/core": ">0.1.0 <0.3.0",
"uuid": "^9.0.1",
"weaviate-ts-client": "^2.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion libs/langchain-yandex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,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 dependency constraint for "@langchain/core" in the package.json file. This seems to be a change in the dev dependency, and I'm flagging this for your review. Keep up the great work!

"license": "MIT",
"dependencies": {
"@langchain/core": "<0.3.0 || >0.1.0"
"@langchain/core": ">0.1.0 <0.3.0"
},
"devDependencies": {
"@jest/globals": "^29.5.0",
Expand Down
Loading
Loading