-
Notifications
You must be signed in to change notification settings - Fork 2.5k
multiple[patch]: upgrade uuid version #5969
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
Changes from 1 commit
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 |
---|---|---|
|
@@ -50,7 +50,7 @@ | |
"mustache": "^4.2.0", | ||
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 "uuid" package version from "^9.0.0" to "^10.0.0" in the langchain-core/package.json file. This change doesn't affect the peer/dev/hard dependencies, but I've flagged it for your review. Keep up the great work! |
||
"p-queue": "^6.6.2", | ||
"p-retry": "4", | ||
"uuid": "^9.0.0", | ||
"uuid": "^10.0.0", | ||
"zod": "^3.22.4", | ||
"zod-to-json-schema": "^3.22.3" | ||
}, | ||
|
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 "uuid" dependency from a major version update (^9.0.1 to ^10.0.0) in the package.json file. This might impact the project's dependencies, so I'm flagging this for the maintainers to review. |
||
"@azure/identity": "^4.2.0", | ||
"@langchain/core": "~0.2", | ||
"uuid": "^9.0.1" | ||
"uuid": "^10.0.0" | ||
}, | ||
"devDependencies": { | ||
"@jest/globals": "^29.5.0", | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,7 +37,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 that the dependency changes in this PR have updated the "@langchain/core" and "uuid" dependencies to specific versions, which makes them hard dependencies. I've flagged this for your review. Keep up the great work! |
||
"@cloudflare/ai": "1.0.47", | ||
"@langchain/core": ">0.1.0 <0.3.0", | ||
"uuid": "^9.0.1" | ||
"uuid": "^10.0.0" | ||
}, | ||
"devDependencies": { | ||
"@cloudflare/workers-types": "^4.20231218.0", | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,7 +41,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 that the package.json file has a dev dependency change for the "uuid" package from "^9.0.0" to "^10.0.0". This comment is to flag the dev dependency change for the maintainers to review. Keep up the great work! |
||
"dependencies": { | ||
"@langchain/core": ">=0.2.9 <0.3.0", | ||
"uuid": "^9.0.0", | ||
"uuid": "^10.0.0", | ||
"zod-to-json-schema": "^3.22.4" | ||
}, | ||
"devDependencies": { | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,7 +37,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 that the package.json file has a dependency change for the "uuid" package, allowing for a wider range of versions. This is flagged for your review as it may impact the project's dependencies. Keep up the great work! |
||
"@langchain/core": ">=0.2.5 <0.3.0", | ||
"@mistralai/mistralai": "^0.4.0", | ||
"uuid": "^9.0.0", | ||
"uuid": "^10.0.0", | ||
"zod": "^3.22.4", | ||
"zod-to-json-schema": "^3.22.4" | ||
}, | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,7 +42,7 @@ | |
"@langchain/core": ">0.2.0 <0.3.0", | ||
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 package.json change includes an update to the "uuid" dependency version. This change is flagged for maintainers to review, as it may impact peer/dev/hard dependencies. Keep up the great work! 🚀 |
||
"@pinecone-database/pinecone": "^2.2.0", | ||
"flat": "^5.0.2", | ||
"uuid": "^9.0.0" | ||
"uuid": "^10.0.0" | ||
}, | ||
"devDependencies": { | ||
"@faker-js/faker": "^8.3.1", | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,7 +41,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 "uuid" dependency version range 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! |
||
"dependencies": { | ||
"@langchain/core": ">0.2.0 <0.3.0", | ||
"uuid": "^9.0.1", | ||
"uuid": "^10.0.0", | ||
"weaviate-ts-client": "^2.0.0" | ||
}, | ||
"devDependencies": { | ||
|
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 the change in the "uuid" package version from "^9.0.0" to "^10.0.0" in the dependencies section. This might affect the peer dependencies, so I'm flagging this for your review. Keep up the great work!