Skip to content

Commit 567bec2

Browse files
fix(deps): update dependency @langchain/openai to ^0.4.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 381a250 commit 567bec2

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

workspaces/lightspeed/plugins/lightspeed-backend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@backstage/plugin-permission-common": "^0.8.3",
5050
"@backstage/plugin-permission-node": "^0.8.6",
5151
"@langchain/core": "^0.3.0",
52-
"@langchain/openai": "^0.3.0",
52+
"@langchain/openai": "^0.4.0",
5353
"@red-hat-developer-hub/backstage-plugin-lightspeed-common": "workspace:^",
5454
"express": "^4.21.1",
5555
"http-proxy-middleware": "^3.0.2"

workspaces/lightspeed/yarn.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -7823,17 +7823,17 @@ __metadata:
78237823
languageName: node
78247824
linkType: hard
78257825

7826-
"@langchain/openai@npm:^0.3.0":
7827-
version: 0.3.16
7828-
resolution: "@langchain/openai@npm:0.3.16"
7826+
"@langchain/openai@npm:^0.4.0":
7827+
version: 0.4.2
7828+
resolution: "@langchain/openai@npm:0.4.2"
78297829
dependencies:
78307830
js-tiktoken: ^1.0.12
78317831
openai: ^4.77.0
78327832
zod: ^3.22.4
78337833
zod-to-json-schema: ^3.22.3
78347834
peerDependencies:
7835-
"@langchain/core": ">=0.2.26 <0.4.0"
7836-
checksum: 98147633629ec918434307de722e9aa7fb018a95d4e443d44d0bc782cc19e77a3a398eb07b691a78ff4a547ed4b707f941627f9a15e4a0803f5c24e0e4eac94b
7835+
"@langchain/core": ">=0.3.29 <0.4.0"
7836+
checksum: bc5b383a6d07fec1ef253ee48123bf0ee2069c86bf053faeba647dde24acc298efa6c38c6e8f725a662092418343835da549b47e17c7666df5e39677929ea86b
78377837
languageName: node
78387838
linkType: hard
78397839

@@ -10344,7 +10344,7 @@ __metadata:
1034410344
"@backstage/plugin-permission-node": ^0.8.6
1034510345
"@ianvs/prettier-plugin-sort-imports": ^4.4.0
1034610346
"@langchain/core": ^0.3.0
10347-
"@langchain/openai": ^0.3.0
10347+
"@langchain/openai": ^0.4.0
1034810348
"@red-hat-developer-hub/backstage-plugin-lightspeed-common": "workspace:^"
1034910349
"@spotify/prettier-config": ^15.0.0
1035010350
"@types/express": 4.17.21

0 commit comments

Comments
 (0)