Skip to content

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

Merged
Merged
Show file tree
Hide file tree
Changes from 1 commit
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 docs/core_docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"process": "^0.11.10",
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 "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!

"react": "^17.0.2",
"react-dom": "^17.0.2",
"uuid": "^9.0.0",
"uuid": "^10.0.0",
"webpack": "^5.75.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"sqlite3": "^5.1.4",
"typeorm": "^0.3.20",
"typesense": "^1.5.3",
"uuid": "^9.0.0",
"uuid": "^10.0.0",
"vectordb": "^0.1.4",
"voy-search": "0.6.2",
"weaviate-ts-client": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion langchain-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"mustache": "^4.2.0",
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 "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"
},
Expand Down
2 changes: 1 addition & 1 deletion langchain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -900,7 +900,7 @@
"ml-distance": "^4.0.0",
"openapi-types": "^12.1.3",
"p-retry": "4",
"uuid": "^9.0.0",
"uuid": "^10.0.0",
"yaml": "^2.2.1",
"zod": "^3.22.4",
"zod-to-json-schema": "^3.22.3"
Expand Down
2 changes: 1 addition & 1 deletion libs/langchain-azure-dynamic-sessions/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 "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",
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 @@ -37,7 +37,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 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",
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 @@ -43,7 +43,7 @@
"js-yaml": "^4.1.0",
"langchain": "0.2.3",
"langsmith": "~0.1.30",
"uuid": "^9.0.0",
"uuid": "^10.0.0",
"zod": "^3.22.3",
"zod-to-json-schema": "^3.22.5"
},
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 @@ -41,7 +41,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 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": {
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 @@ -37,7 +37,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 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"
},
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 @@ -68,7 +68,7 @@
"rollup": "^4.5.2",
"ts-jest": "^29.1.0",
"typescript": "<5.2.0",
"uuid": "^9.0.1"
"uuid": "^10.0.0"
},
"publishConfig": {
"access": "public"
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 @@ -42,7 +42,7 @@
"@langchain/core": ">0.2.0 <0.3.0",
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 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",
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 @@ -41,7 +41,7 @@
"dependencies": {
"@langchain/core": ">0.1.0 <0.3.0",
"@qdrant/js-client-rest": "^1.9.0",
"uuid": "^9.0.1"
"uuid": "^10.0.0"
},
"devDependencies": {
"@faker-js/faker": "^8.4.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 @@ -67,7 +67,7 @@
"rollup": "^4.5.2",
"ts-jest": "^29.1.0",
"typescript": "<5.2.0",
"uuid": "^9.0.1"
"uuid": "^10.0.0"
},
"publishConfig": {
"access": "public"
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 @@ -41,7 +41,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 "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": {
Expand Down
37 changes: 23 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10001,7 +10001,7 @@ __metadata:
rollup: ^4.5.2
ts-jest: ^29.1.0
typescript: <5.2.0
uuid: ^9.0.1
uuid: ^10.0.0
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -10069,7 +10069,7 @@ __metadata:
rollup: ^4.5.2
ts-jest: ^29.1.0
typescript: <5.2.0
uuid: ^9.0.1
uuid: ^10.0.0
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -10285,7 +10285,7 @@ __metadata:
typescript: ~5.1.6
typesense: ^1.5.3
usearch: ^1.1.1
uuid: ^9.0.0
uuid: ^10.0.0
vectordb: ^0.1.4
voy-search: 0.6.2
weaviate-ts-client: ^1.4.0
Expand Down Expand Up @@ -10692,7 +10692,7 @@ __metadata:
release-it: ^15.10.1
rimraf: ^5.0.1
typescript: ~5.1.6
uuid: ^9.0.0
uuid: ^10.0.0
web-streams-polyfill: ^3.3.3
zod: ^3.22.4
zod-to-json-schema: ^3.22.3
Expand Down Expand Up @@ -10769,7 +10769,7 @@ __metadata:
rollup: ^4.5.2
ts-jest: ^29.1.0
typescript: <5.2.0
uuid: ^9.0.0
uuid: ^10.0.0
zod: ^3.22.4
zod-to-json-schema: ^3.22.4
languageName: unknown
Expand Down Expand Up @@ -11022,7 +11022,7 @@ __metadata:
rollup: ^4.5.2
ts-jest: ^29.1.0
typescript: <5.2.0
uuid: ^9.0.0
uuid: ^10.0.0
zod: ^3.22.4
zod-to-json-schema: ^3.22.4
languageName: unknown
Expand Down Expand Up @@ -11058,7 +11058,7 @@ __metadata:
rollup: ^4.5.2
ts-jest: ^29.1.0
typescript: <5.2.0
uuid: ^9.0.1
uuid: ^10.0.0
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -11186,7 +11186,7 @@ __metadata:
rollup: ^4.5.2
ts-jest: ^29.1.0
typescript: <5.2.0
uuid: ^9.0.0
uuid: ^10.0.0
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -11220,7 +11220,7 @@ __metadata:
rollup: ^4.5.2
ts-jest: ^29.1.0
typescript: <5.2.0
uuid: ^9.0.1
uuid: ^10.0.0
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -11254,7 +11254,7 @@ __metadata:
rollup: ^4.5.2
ts-jest: ^29.1.0
typescript: <5.2.0
uuid: ^9.0.1
uuid: ^10.0.0
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -11387,7 +11387,7 @@ __metadata:
rollup: ^4.5.2
ts-jest: ^29.1.0
typescript: <5.2.0
uuid: ^9.0.1
uuid: ^10.0.0
weaviate-ts-client: ^2.0.0
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -21200,7 +21200,7 @@ __metadata:
swc-loader: ^0.2.3
typedoc: ^0.24.4
typedoc-plugin-markdown: next
uuid: ^9.0.0
uuid: ^10.0.0
webpack: ^5.75.0
yaml-loader: ^0.8.0
languageName: unknown
Expand Down Expand Up @@ -24470,7 +24470,7 @@ __metadata:
typeorm: ^0.3.20
typescript: ~5.1.6
typesense: ^1.5.3
uuid: ^9.0.0
uuid: ^10.0.0
vectordb: ^0.1.4
voy-search: 0.6.2
weaviate-ts-client: ^2.0.0
Expand Down Expand Up @@ -29612,7 +29612,7 @@ __metadata:
ts-jest: ^29.1.0
typeorm: ^0.3.20
typescript: ~5.1.6
uuid: ^9.0.0
uuid: ^10.0.0
weaviate-ts-client: ^2.0.0
web-auth-library: ^1.0.3
wikipedia: ^2.1.2
Expand Down Expand Up @@ -38971,6 +38971,15 @@ __metadata:
languageName: node
linkType: hard

"uuid@npm:^10.0.0":
version: 10.0.0
resolution: "uuid@npm:10.0.0"
bin:
uuid: dist/bin/uuid
checksum: 4b81611ade2885d2313ddd8dc865d93d8dccc13ddf901745edca8f86d99bc46d7a330d678e7532e7ebf93ce616679fb19b2e3568873ac0c14c999032acb25869
languageName: node
linkType: hard

"uuid@npm:^8.0.0, uuid@npm:^8.3.0, uuid@npm:^8.3.2":
version: 8.3.2
resolution: "uuid@npm:8.3.2"
Expand Down
Loading