-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,7 +40,7 @@ | |
"dependencies": { | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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" | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,7 @@ | |
"license": "MIT", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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": { | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,7 +38,7 @@ | |
"author": "LangChain", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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": { | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,7 @@ | |
"author": "LangChain", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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": { | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,7 @@ | |
"author": "LangChain", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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" | ||
}, | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,7 @@ | |
"author": "LangChain", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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": { | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,7 @@ | |
"author": "LangChain", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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", | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,7 +38,7 @@ | |
"author": "Pinecone, Inc", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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" | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,7 +38,7 @@ | |
"author": "LangChain", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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": { | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,7 @@ | |
"author": "LangChain", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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" | ||
}, | ||
|
There was a problem hiding this comment.
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! 🚀