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 22, 2024
1 parent be7b8c9 commit 9c0ed17
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-efa1e34.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 @@ -8118,7 +8118,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 @@ -8137,16 +8137,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.16
resolution: "@langchain/openai@npm:0.3.16"
dependencies:
"@langchain/core": ">=0.2.26 <0.3.0"
js-tiktoken: ^1.0.12
openai: ^4.57.3
openai: ^4.77.0
zod: ^3.22.4
zod-to-json-schema: ^3.22.3
checksum: afd192901ff5996008f5d2988ceba09847701b9832503ca0b75c4ba919d3df1be547571c78c8e024aef29ba592e4d4c6f7e16bcb487f21077667ec311da7cd55
peerDependencies:
"@langchain/core": ">=0.2.26 <0.4.0"
checksum: 98147633629ec918434307de722e9aa7fb018a95d4e443d44d0bc782cc19e77a3a398eb07b691a78ff4a547ed4b707f941627f9a15e4a0803f5c24e0e4eac94b
languageName: node
linkType: hard

Expand Down Expand Up @@ -10832,7 +10833,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 @@ -28306,9 +28307,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.77.0":
version: 4.77.0
resolution: "openai@npm:4.77.0"
dependencies:
"@types/node": ^18.11.18
"@types/node-fetch": ^2.6.4
Expand All @@ -28324,7 +28325,7 @@ __metadata:
optional: true
bin:
openai: bin/cli
checksum: 483fac9ea6b3215b50be054b16c35d181563d0d2ac5dd9d802d373742dbe2a499d6531bb3d3267ea8835a1563dc185e64b0aecf541b508e576bea8db5884bcf0
checksum: e311130e3b35a7dc924e7125cca3246b7ac958b3c451f2f4ef2cae72144c82429f9c6db7bf67059fc9e10f3911087ebf8a9a4b2919ac915235ed3c324897b146
languageName: node
linkType: hard

Expand Down

0 comments on commit 9c0ed17

Please sign in to comment.