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

partner-packages[patch]: Update core dep versions to contain single space #5452

Merged
merged 3 commits 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",
"license": "MIT",
"dependencies": {
"@langchain/core": ">0.1.0 <0.3.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",
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 might affect the peer/dev/hard dependencies, so I'm flagging this for the maintainers to review. Keep up the great work! 🚀

"dependencies": {
"@anthropic-ai/sdk": "^0.21.0",
"@langchain/core": ">0.1.56 <0.3.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 a change in the dependency for "@langchain/core" in the package.json file. This seems to be a minor formatting change, but I wanted to flag it for your review. Thanks for your attention to detail!

"@azure/core-auth": "^1.5.0",
"@azure/openai": "1.0.0-beta.11",
"@langchain/core": ">0.1.0 <0.3.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 the change in the "@langchain/core" dependency version constraint in the package.json file. This comment is to flag the peer dependency change for maintainers to review. Great work on the PR! 🚀

"dependencies": {
"@cloudflare/ai": "^1.0.47",
"@langchain/core": ">0.1.0 <0.3.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 a change in the version constraint for the "@langchain/core" dependency in the package.json file. This seems to be a peer dependency change, and I'm flagging this for your review. Keep up the great work!

"license": "MIT",
"dependencies": {
"@langchain/core": ">0.1.58 <0.3.0",
"@langchain/core": ">0.1.58 <0.3.0",
"cohere-ai": "^7.9.3"
},
"devDependencies": {
Expand Down
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 the "@langchain/core" dependency in the package.json file. This seems to be a change in the peer dependency, and I'm flagging this for your review. Thanks!

"license": "MIT",
"dependencies": {
"@langchain/core": ">0.1.0 <0.3.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 minor change in the version constraint for the "@langchain/core" dependency in the package.json file. This comment is just flagging the change for maintainers to review. Thanks!

"license": "MIT",
"dependencies": {
"@langchain/core": ">0.1.56 <0.3.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",
"license": "MIT",
"dependencies": {
"@langchain/core": ">0.1.56 <0.3.0",
"@langchain/core": ">0.1.56 <0.3.0",
"@langchain/google-common": "~0.0.15",
"google-auth-library": "^8.9.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 the change in the version constraint for "@langchain/core" dependency in the package.json file. This seems to be a peer dependency change, and I'm flagging this for your review. Keep up the great work!

"license": "MIT",
"dependencies": {
"@langchain/core": ">0.1.56 <0.3.0",
"@langchain/core": ">0.1.56 <0.3.0",
"@langchain/google-webauth": "~0.0.15"
},
"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",
"license": "MIT",
"dependencies": {
"@langchain/core": ">0.1.56 <0.3.0",
"@langchain/core": ">0.1.56 <0.3.0",
"@langchain/google-gauth": "~0.0.16"
},
"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",
"license": "MIT",
"dependencies": {
"@langchain/core": ">0.1.56 <0.3.0",
"@langchain/core": ">0.1.56 <0.3.0",
"@langchain/google-common": "~0.0.15",
"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",
"license": "MIT",
"dependencies": {
"@langchain/core": ">0.1.56 <0.3.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",
"license": "MIT",
"dependencies": {
"@langchain/core": ">0.1.56 <0.3.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",
"license": "MIT",
"dependencies": {
"@langchain/core": ">0.1.0 <0.3.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",
"license": "MIT",
"dependencies": {
"@langchain/core": ">0.1.0 <0.3.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 a change in the "@langchain/core" dependency version range in the package.json file. This comment is to flag the change for maintainers to review, to ensure it aligns with the project's peer/dev/hard dependencies. Keep up the great work!

"license": "MIT",
"dependencies": {
"@langchain/core": ">0.1.56 <0.3.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",
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 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. Great work on the PR!

"license": "MIT",
"dependencies": {
"@langchain/core": ">0.1.0 <0.3.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.1.0 <0.3.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 that the package.json file has a change in the dependency for "@langchain/core" which seems to be a modification in the peer dependency range. I've flagged this for your review. Keep up the great work!

"license": "MIT",
"dependencies": {
"@langchain/core": ">0.1.0 <0.3.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.1.0 <0.3.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 a change in the formatting of the version constraint for "@langchain/core" in the package.json file. This comment is just flagging the change for maintainers to review. Keep up the great work!

"license": "MIT",
"dependencies": {
"@langchain/core": ">0.1.0 <0.3.0",
"@langchain/core": ">0.1.0 <0.3.0",
"uuid": "^9.0.1",
"weaviate-ts-client": "^2.0.0"
},
Expand Down
40 changes: 20 additions & 20 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8868,7 +8868,7 @@ __metadata:
"@anthropic-ai/sdk": ^0.21.0
"@jest/globals": ^29.5.0
"@langchain/community": "workspace:*"
"@langchain/core": ">0.1.56 <0.3.0"
"@langchain/core": ">0.1.56 <0.3.0"
"@langchain/scripts": ~0.0
"@swc/core": ^1.3.90
"@swc/jest": ^0.2.29
Expand Down Expand Up @@ -8900,7 +8900,7 @@ __metadata:
"@azure/identity": ^4.0.1
"@azure/openai": 1.0.0-beta.11
"@jest/globals": ^29.5.0
"@langchain/core": ">0.1.0 <0.3.0"
"@langchain/core": ">0.1.0 <0.3.0"
"@langchain/scripts": ~0.0
"@swc/core": ^1.3.90
"@swc/jest": ^0.2.29
Expand Down Expand Up @@ -8931,7 +8931,7 @@ __metadata:
"@cloudflare/ai": ^1.0.47
"@cloudflare/workers-types": ^4.20231218.0
"@jest/globals": ^29.5.0
"@langchain/core": ">0.1.0 <0.3.0"
"@langchain/core": ">0.1.0 <0.3.0"
"@langchain/scripts": ~0.0
"@swc/core": ^1.3.90
"@swc/jest": ^0.2.29
Expand Down Expand Up @@ -8973,7 +8973,7 @@ __metadata:
resolution: "@langchain/cohere@workspace:libs/langchain-cohere"
dependencies:
"@jest/globals": ^29.5.0
"@langchain/core": ">0.1.58 <0.3.0"
"@langchain/core": ">0.1.58 <0.3.0"
"@langchain/scripts": ~0.0
"@swc/core": ^1.3.90
"@swc/jest": ^0.2.29
Expand Down Expand Up @@ -9562,7 +9562,7 @@ __metadata:
resolution: "@langchain/exa@workspace:libs/langchain-exa"
dependencies:
"@jest/globals": ^29.5.0
"@langchain/core": ">0.1.0 <0.3.0"
"@langchain/core": ">0.1.0 <0.3.0"
"@langchain/scripts": ~0.0
"@swc/core": ^1.3.90
"@swc/jest": ^0.2.29
Expand Down Expand Up @@ -9594,7 +9594,7 @@ __metadata:
resolution: "@langchain/google-common@workspace:libs/langchain-google-common"
dependencies:
"@jest/globals": ^29.5.0
"@langchain/core": ">0.1.56 <0.3.0"
"@langchain/core": ">0.1.56 <0.3.0"
"@langchain/scripts": ~0.0
"@swc/core": ^1.3.90
"@swc/jest": ^0.2.29
Expand Down Expand Up @@ -9627,7 +9627,7 @@ __metadata:
resolution: "@langchain/google-gauth@workspace:libs/langchain-google-gauth"
dependencies:
"@jest/globals": ^29.5.0
"@langchain/core": ">0.1.56 <0.3.0"
"@langchain/core": ">0.1.56 <0.3.0"
"@langchain/google-common": ~0.0.15
"@langchain/scripts": ~0.0
"@swc/core": ^1.3.90
Expand Down Expand Up @@ -9692,7 +9692,7 @@ __metadata:
resolution: "@langchain/google-vertexai-web@workspace:libs/langchain-google-vertexai-web"
dependencies:
"@jest/globals": ^29.5.0
"@langchain/core": ">0.1.56 <0.3.0"
"@langchain/core": ">0.1.56 <0.3.0"
"@langchain/google-webauth": ~0.0.15
"@langchain/scripts": ~0.0
"@swc/core": ^1.3.90
Expand Down Expand Up @@ -9724,7 +9724,7 @@ __metadata:
resolution: "@langchain/google-vertexai@workspace:libs/langchain-google-vertexai"
dependencies:
"@jest/globals": ^29.5.0
"@langchain/core": ">0.1.56 <0.3.0"
"@langchain/core": ">0.1.56 <0.3.0"
"@langchain/google-gauth": ~0.0.16
"@langchain/scripts": ~0.0
"@swc/core": ^1.3.90
Expand Down Expand Up @@ -9755,7 +9755,7 @@ __metadata:
resolution: "@langchain/google-webauth@workspace:libs/langchain-google-webauth"
dependencies:
"@jest/globals": ^29.5.0
"@langchain/core": ">0.1.56 <0.3.0"
"@langchain/core": ">0.1.56 <0.3.0"
"@langchain/google-common": ~0.0.15
"@langchain/scripts": ~0.0
"@swc/core": ^1.3.90
Expand Down Expand Up @@ -9787,7 +9787,7 @@ __metadata:
resolution: "@langchain/groq@workspace:libs/langchain-groq"
dependencies:
"@jest/globals": ^29.5.0
"@langchain/core": ">0.1.56 <0.3.0"
"@langchain/core": ">0.1.56 <0.3.0"
"@langchain/openai": "workspace:^"
"@langchain/scripts": ~0.0
"@swc/core": ^1.3.90
Expand Down Expand Up @@ -9823,7 +9823,7 @@ __metadata:
resolution: "@langchain/mistralai@workspace:libs/langchain-mistralai"
dependencies:
"@jest/globals": ^29.5.0
"@langchain/core": ">0.1.56 <0.3.0"
"@langchain/core": ">0.1.56 <0.3.0"
"@langchain/scripts": ~0.0
"@mistralai/mistralai": ^0.1.3
"@swc/core": ^1.3.90
Expand Down Expand Up @@ -9858,7 +9858,7 @@ __metadata:
resolution: "@langchain/mongodb@workspace:libs/langchain-mongodb"
dependencies:
"@jest/globals": ^29.5.0
"@langchain/core": ">0.1.0 <0.3.0"
"@langchain/core": ">0.1.0 <0.3.0"
"@langchain/openai": "workspace:*"
"@langchain/scripts": ~0.0
"@swc/core": ^1.3.90
Expand Down Expand Up @@ -9892,7 +9892,7 @@ __metadata:
resolution: "@langchain/nomic@workspace:libs/langchain-nomic"
dependencies:
"@jest/globals": ^29.5.0
"@langchain/core": ">0.1.0 <0.3.0"
"@langchain/core": ">0.1.0 <0.3.0"
"@langchain/openai": "workspace:^"
"@langchain/scripts": ~0.0
"@nomic-ai/atlas": ^0.8.0
Expand Down Expand Up @@ -9926,7 +9926,7 @@ __metadata:
dependencies:
"@azure/identity": ^4.2.0
"@jest/globals": ^29.5.0
"@langchain/core": ">0.1.56 <0.3.0"
"@langchain/core": ">0.1.56 <0.3.0"
"@langchain/scripts": ~0.0
"@swc/core": ^1.3.90
"@swc/jest": ^0.2.29
Expand Down Expand Up @@ -9957,7 +9957,7 @@ __metadata:
dependencies:
"@faker-js/faker": ^8.3.1
"@jest/globals": ^29.5.0
"@langchain/core": ">0.1.0 <0.3.0"
"@langchain/core": ">0.1.0 <0.3.0"
"@langchain/openai": "workspace:*"
"@langchain/scripts": ~0.0
"@pinecone-database/pinecone": ^2.2.0
Expand Down Expand Up @@ -9993,7 +9993,7 @@ __metadata:
dependencies:
"@faker-js/faker": ^8.4.1
"@jest/globals": ^29.5.0
"@langchain/core": ">0.1.0 <0.3.0"
"@langchain/core": ">0.1.0 <0.3.0"
"@langchain/scripts": ~0.0
"@qdrant/js-client-rest": ^1.9.0
"@swc/core": ^1.3.90
Expand Down Expand Up @@ -10027,7 +10027,7 @@ __metadata:
dependencies:
"@faker-js/faker": ^8.4.0
"@jest/globals": ^29.5.0
"@langchain/core": ">0.1.0 <0.3.0"
"@langchain/core": ">0.1.0 <0.3.0"
"@langchain/scripts": ~0.0
"@swc/core": ^1.3.90
"@swc/jest": ^0.2.29
Expand Down Expand Up @@ -10111,7 +10111,7 @@ __metadata:
resolution: "@langchain/textsplitters@workspace:libs/langchain-textsplitters"
dependencies:
"@jest/globals": ^29.5.0
"@langchain/core": ">0.1.0 <0.3.0"
"@langchain/core": ">0.1.0 <0.3.0"
"@langchain/scripts": ~0.0
"@swc/core": ^1.3.90
"@swc/jest": ^0.2.29
Expand Down Expand Up @@ -10142,7 +10142,7 @@ __metadata:
resolution: "@langchain/weaviate@workspace:libs/langchain-weaviate"
dependencies:
"@jest/globals": ^29.5.0
"@langchain/core": ">0.1.0 <0.3.0"
"@langchain/core": ">0.1.0 <0.3.0"
"@langchain/openai": "workspace:^"
"@langchain/scripts": ~0.0
"@swc/core": ^1.3.90
Expand Down
Loading