File tree Expand file tree Collapse file tree 5 files changed +324
-61
lines changed
Expand file tree Collapse file tree 5 files changed +324
-61
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @livekit/agents-plugin-livekit " : patch
3+ " @livekit/agents-plugin-silero " : patch
4+ ---
5+
6+ Pin onnx dependencies on package level
Original file line number Diff line number Diff line change 22 "name" : " @livekit/agents-monorepo" ,
33 "private" : true ,
44 "type" : " module" ,
5- "pnpm" : {
6- "overrides" : {
7- "onnxruntime-node" : " 1.21.1" ,
8- "onnxruntime-common" : " 1.21.1"
9- }
10- },
115 "scripts" : {
126 "build" : " turbo run build" ,
137 "clean" : " turbo run clean" ,
Original file line number Diff line number Diff line change 3636 "devDependencies" : {
3737 "@livekit/agents" : " workspace:*" ,
3838 "@microsoft/api-extractor" : " ^7.35.0" ,
39- "onnxruntime-common" : " >=1.19.0 <1.22 .0" ,
39+ "onnxruntime-common" : " 1.21 .0" ,
4040 "tsup" : " ^8.3.5" ,
4141 "typescript" : " ^5.0.0"
4242 },
4343 "peerDependencies" : {
4444 "@livekit/agents" : " workspace:*"
4545 },
4646 "dependencies" : {
47- "@huggingface/hub" : " ^ 2.4.0 " ,
48- "@huggingface/transformers" : " ^3.2.1 " ,
49- "onnxruntime-node" : " >=1.19.2 <1.22 .0"
47+ "@huggingface/hub" : " 2.4.1 " ,
48+ "@huggingface/transformers" : " 3.7.2 " ,
49+ "onnxruntime-node" : " 1.21 .0"
5050 }
5151}
Original file line number Diff line number Diff line change 3838 "@livekit/rtc-node" : " ^0.13.12" ,
3939 "@microsoft/api-extractor" : " ^7.35.0" ,
4040 "@types/ws" : " ^8.5.10" ,
41- "onnxruntime-common" : " >=1.19.0 <1.22 .0" ,
41+ "onnxruntime-common" : " 1.21 .0" ,
4242 "tsup" : " ^8.3.5" ,
4343 "typescript" : " ^5.0.0"
4444 },
4545 "dependencies" : {
46- "onnxruntime-node" : " >=1.19.0 <1.22 .0" ,
46+ "onnxruntime-node" : " 1.21 .0" ,
4747 "ws" : " ^8.16.0"
4848 },
4949 "peerDependencies" : {
You can’t perform that action at this time.
0 commit comments