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

chore: Fix top-level dependency install for node 22+ #6658

Merged
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/langchain-community/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
"@zilliz/milvus2-sdk-node": ">=2.3.5",
"apify-client": "^2.7.1",
"assemblyai": "^4.6.0",
"better-sqlite3": ">=9.4.0 <12.0.0",
"better-sqlite3": "9.5.0",
"cassandra-driver": "^4.7.2",
"cborg": "^4.1.1",
"cheerio": "^1.0.0-rc.12",
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
"typedoc-plugin-markdown@next": "patch:typedoc-plugin-markdown@npm%3A4.0.0-next.6#./.yarn/patches/typedoc-plugin-markdown-npm-4.0.0-next.6-96b4b47746.patch",
"[email protected]": "patch:voy-search@npm%3A0.6.2#./.yarn/patches/voy-search-npm-0.6.2-d4aca30a0e.patch",
"@langchain/core": "workspace:*",
"better-sqlite3": "9.4.0",
"protobufjs": "^7.2.5",
"zod": "3.23.8"
},
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11235,7 +11235,7 @@ __metadata:
"@zilliz/milvus2-sdk-node": ">=2.3.5"
apify-client: ^2.7.1
assemblyai: ^4.6.0
better-sqlite3: ">=9.4.0 <12.0.0"
better-sqlite3: 9.5.0
binary-extensions: ^2.2.0
cassandra-driver: ^4.7.2
cborg: ^4.1.1
Expand Down Expand Up @@ -21427,14 +21427,14 @@ __metadata:
languageName: node
linkType: hard

"better-sqlite3@npm:9.4.0":
version: 9.4.0
resolution: "better-sqlite3@npm:9.4.0"
"better-sqlite3@npm:9.5.0":
version: 9.5.0
resolution: "better-sqlite3@npm:9.5.0"
dependencies:
bindings: ^1.5.0
node-gyp: latest
prebuild-install: ^7.1.1
checksum: a1a470fae20dfba82d6e74ae90b35ea8996c60922e95574162732d6e076e84c0c90fc4ff77ab8c27554671899eb15f284e2c8de5e4ee406aa9f7eb170eca5bee
checksum: cfa56519755d6dd29ef8361c872c6f29392fcfcc44a435099eb61729aae23c4f18057972592a0b9ff0fcedc98e43db4ee7a1a2de21ab2868f8dcec4f8272ad9d
languageName: node
linkType: hard

Expand Down
Loading