Skip to content

Commit

Permalink
fix(deps): update dependency @langchain/openai to ^0.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored and rhdh-bot committed Dec 16, 2024
1 parent d59e940 commit e886176
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 13 deletions.
5 changes: 5 additions & 0 deletions workspaces/lightspeed/.changeset/renovate-c42928b.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@red-hat-developer-hub/backstage-plugin-lightspeed-backend': patch
---

Updated dependency `@langchain/openai` to `^0.3.0`.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@backstage/plugin-permission-common": "^0.8.1",
"@backstage/plugin-permission-node": "^0.8.5",
"@langchain/core": "^0.2.30",
"@langchain/openai": "^0.2.8",
"@langchain/openai": "^0.3.0",
"@red-hat-developer-hub/backstage-plugin-lightspeed-common": "workspace:^",
"express": "^4.21.1",
"http-proxy-middleware": "^3.0.2"
Expand Down
25 changes: 13 additions & 12 deletions workspaces/lightspeed/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8128,7 +8128,7 @@ __metadata:
languageName: node
linkType: hard

"@langchain/core@npm:>=0.2.26 <0.3.0, @langchain/core@npm:^0.2.30":
"@langchain/core@npm:^0.2.30":
version: 0.2.36
resolution: "@langchain/core@npm:0.2.36"
dependencies:
Expand All @@ -8147,16 +8147,17 @@ __metadata:
languageName: node
linkType: hard

"@langchain/openai@npm:^0.2.8":
version: 0.2.11
resolution: "@langchain/openai@npm:0.2.11"
"@langchain/openai@npm:^0.3.0":
version: 0.3.14
resolution: "@langchain/openai@npm:0.3.14"
dependencies:
"@langchain/core": ">=0.2.26 <0.3.0"
js-tiktoken: ^1.0.12
openai: ^4.57.3
openai: ^4.71.0
zod: ^3.22.4
zod-to-json-schema: ^3.22.3
checksum: afd192901ff5996008f5d2988ceba09847701b9832503ca0b75c4ba919d3df1be547571c78c8e024aef29ba592e4d4c6f7e16bcb487f21077667ec311da7cd55
peerDependencies:
"@langchain/core": ">=0.2.26 <0.4.0"
checksum: f06de47da4a5f2888a847e2843353ca0775aae961dd9aa16d625da1e3c026986507cb9c87f09c2cf376a36a840ab0c46bd2c521f8d17cac02bdd4f95dcfb0b5e
languageName: node
linkType: hard

Expand Down Expand Up @@ -10842,7 +10843,7 @@ __metadata:
"@backstage/plugin-permission-node": ^0.8.5
"@ianvs/prettier-plugin-sort-imports": ^4.4.0
"@langchain/core": ^0.2.30
"@langchain/openai": ^0.2.8
"@langchain/openai": ^0.3.0
"@red-hat-developer-hub/backstage-plugin-lightspeed-common": "workspace:^"
"@spotify/prettier-config": ^15.0.0
"@types/express": 4.17.21
Expand Down Expand Up @@ -28332,9 +28333,9 @@ __metadata:
languageName: node
linkType: hard

"openai@npm:^4.52.6, openai@npm:^4.57.3":
version: 4.72.0
resolution: "openai@npm:4.72.0"
"openai@npm:^4.52.6, openai@npm:^4.71.0":
version: 4.76.3
resolution: "openai@npm:4.76.3"
dependencies:
"@types/node": ^18.11.18
"@types/node-fetch": ^2.6.4
Expand All @@ -28350,7 +28351,7 @@ __metadata:
optional: true
bin:
openai: bin/cli
checksum: 483fac9ea6b3215b50be054b16c35d181563d0d2ac5dd9d802d373742dbe2a499d6531bb3d3267ea8835a1563dc185e64b0aecf541b508e576bea8db5884bcf0
checksum: 432560b09777c31d436cc004bd28a9f1029cc19f8ca597a55c30963e9237e6ebba3dbdd665da75942598c1a9eac09f8b46f6037850beb83ab25262ee5fa48e58
languageName: node
linkType: hard

Expand Down

0 comments on commit e886176

Please sign in to comment.