Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency @langchain/openai to ^0.3.0 #195

Merged
merged 1 commit into from
Jan 9, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions workspaces/lightspeed/.changeset/renovate-ce1d781.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.3",
"@backstage/plugin-permission-node": "^0.8.6",
"@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 @@ -7812,7 +7812,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 @@ -7831,16 +7831,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 @@ -10377,7 +10378,7 @@ __metadata:
"@backstage/plugin-permission-node": ^0.8.6
"@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 @@ -27716,9 +27717,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.4
resolution: "openai@npm:4.77.4"
dependencies:
"@types/node": ^18.11.18
"@types/node-fetch": ^2.6.4
Expand All @@ -27734,7 +27735,7 @@ __metadata:
optional: true
bin:
openai: bin/cli
checksum: 483fac9ea6b3215b50be054b16c35d181563d0d2ac5dd9d802d373742dbe2a499d6531bb3d3267ea8835a1563dc185e64b0aecf541b508e576bea8db5884bcf0
checksum: b49027c284d2db9955d890442462ff88f7f6002269c6b42496753a417d86e99e618e5acc8e5911a303e2063483b4a998647e203fdfde0dd43c865087841d7900
languageName: node
linkType: hard

Expand Down
Loading