Skip to content

Commit

Permalink
fix(deps): update dependency @langchain/openai to ^0.4.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 Feb 17, 2025
1 parent 7ab8335 commit 544f248
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions workspaces/lightspeed/.changeset/renovate-69fa382.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.4.0`.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@backstage/plugin-permission-common": "^0.8.4",
"@backstage/plugin-permission-node": "^0.8.7",
"@langchain/core": "^0.3.0",
"@langchain/openai": "^0.3.0",
"@langchain/openai": "^0.4.0",
"@red-hat-developer-hub/backstage-plugin-lightspeed-common": "workspace:^",
"express": "^4.21.1",
"http-proxy-middleware": "^3.0.2"
Expand Down
12 changes: 6 additions & 6 deletions workspaces/lightspeed/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7818,17 +7818,17 @@ __metadata:
languageName: node
linkType: hard

"@langchain/openai@npm:^0.3.0":
version: 0.3.16
resolution: "@langchain/openai@npm:0.3.16"
"@langchain/openai@npm:^0.4.0":
version: 0.4.4
resolution: "@langchain/openai@npm:0.4.4"
dependencies:
js-tiktoken: ^1.0.12
openai: ^4.77.0
zod: ^3.22.4
zod-to-json-schema: ^3.22.3
peerDependencies:
"@langchain/core": ">=0.2.26 <0.4.0"
checksum: 98147633629ec918434307de722e9aa7fb018a95d4e443d44d0bc782cc19e77a3a398eb07b691a78ff4a547ed4b707f941627f9a15e4a0803f5c24e0e4eac94b
"@langchain/core": ">=0.3.39 <0.4.0"
checksum: fb8fe03764637a790b47f4a0c7d7050c796b43a4c03590e77b00c3183c52581f52d4077cec7b57ad4eeb7710d3bbbf1d8286e225da5e844580592d4e3218b1f2
languageName: node
linkType: hard

Expand Down Expand Up @@ -10339,7 +10339,7 @@ __metadata:
"@backstage/plugin-permission-node": ^0.8.7
"@ianvs/prettier-plugin-sort-imports": ^4.4.0
"@langchain/core": ^0.3.0
"@langchain/openai": ^0.3.0
"@langchain/openai": ^0.4.0
"@red-hat-developer-hub/backstage-plugin-lightspeed-common": "workspace:^"
"@spotify/prettier-config": ^15.0.0
"@types/express": 4.17.21
Expand Down

0 comments on commit 544f248

Please sign in to comment.