Skip to content

Commit

Permalink
fix(deps): update dependency @langchain/core 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 18, 2024
1 parent f3ace9e commit 7fc5902
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 3 deletions.
5 changes: 5 additions & 0 deletions workspaces/lightspeed/.changeset/renovate-006cbde.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/core` to `^0.3.0`.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@backstage/errors": "^1.2.4",
"@backstage/plugin-permission-common": "^0.8.1",
"@backstage/plugin-permission-node": "^0.8.5",
"@langchain/core": "^0.2.30",
"@langchain/core": "^0.3.0",
"@langchain/openai": "^0.2.8",
"@red-hat-developer-hub/backstage-plugin-lightspeed-common": "workspace:^",
"express": "^4.21.1",
Expand Down
50 changes: 48 additions & 2 deletions workspaces/lightspeed/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5868,6 +5868,13 @@ __metadata:
languageName: node
linkType: hard

"@cfworker/json-schema@npm:^4.0.2":
version: 4.0.3
resolution: "@cfworker/json-schema@npm:4.0.3"
checksum: e99d82b740a44442be64e2ab06e2e39a11cca2093ea89eda438c4d47140f4845104c725949cea065aa9e834ba2379f02b6dfe62e30b6ecdbfc94e5e6e73abb70
languageName: node
linkType: hard

"@changesets/apply-release-plan@npm:^7.0.5":
version: 7.0.5
resolution: "@changesets/apply-release-plan@npm:7.0.5"
Expand Down Expand Up @@ -8118,7 +8125,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.26 <0.3.0":
version: 0.2.36
resolution: "@langchain/core@npm:0.2.36"
dependencies:
Expand All @@ -8137,6 +8144,26 @@ __metadata:
languageName: node
linkType: hard

"@langchain/core@npm:^0.3.0":
version: 0.3.24
resolution: "@langchain/core@npm:0.3.24"
dependencies:
"@cfworker/json-schema": ^4.0.2
ansi-styles: ^5.0.0
camelcase: 6
decamelize: 1.2.0
js-tiktoken: ^1.0.12
langsmith: ^0.2.8
mustache: ^4.2.0
p-queue: ^6.6.2
p-retry: 4
uuid: ^10.0.0
zod: ^3.22.4
zod-to-json-schema: ^3.22.3
checksum: c2986e7ed8b7b869e27d633a14cd00d6a4777004ea59f4f70e99fc6b9db4d7e87d687aa8ad84e03684ea5053ea5f4b454c44716092401dc5cf8fd1b8d5cfe9d1
languageName: node
linkType: hard

"@langchain/openai@npm:^0.2.8":
version: 0.2.11
resolution: "@langchain/openai@npm:0.2.11"
Expand Down Expand Up @@ -10831,7 +10858,7 @@ __metadata:
"@backstage/plugin-permission-common": ^0.8.1
"@backstage/plugin-permission-node": ^0.8.5
"@ianvs/prettier-plugin-sort-imports": ^4.4.0
"@langchain/core": ^0.2.30
"@langchain/core": ^0.3.0
"@langchain/openai": ^0.2.8
"@red-hat-developer-hub/backstage-plugin-lightspeed-common": "workspace:^"
"@spotify/prettier-config": ^15.0.0
Expand Down Expand Up @@ -25036,6 +25063,25 @@ __metadata:
languageName: node
linkType: hard

"langsmith@npm:^0.2.8":
version: 0.2.13
resolution: "langsmith@npm:0.2.13"
dependencies:
"@types/uuid": ^10.0.0
commander: ^10.0.1
p-queue: ^6.6.2
p-retry: 4
semver: ^7.6.3
uuid: ^10.0.0
peerDependencies:
openai: "*"
peerDependenciesMeta:
openai:
optional: true
checksum: ac5e40c9fa3fc7a97e34cead274cde3fa9032e9277d35d11ad391556d90fc20c2c94bdfc7005cbb6d3ae7fc1f6e6f44da216f17a0e1addd169818f2391c543a8
languageName: node
linkType: hard

"language-subtag-registry@npm:^0.3.20":
version: 0.3.23
resolution: "language-subtag-registry@npm:0.3.23"
Expand Down

0 comments on commit 7fc5902

Please sign in to comment.