Skip to content

Commit e46f26a

Browse files
chore(deps): Bump @langchain/core from 0.3.27 to 0.3.29 (#448)
Bumps [@langchain/core](https://github.com/langchain-ai/langchainjs) from 0.3.27 to 0.3.29. - [Release notes](https://github.com/langchain-ai/langchainjs/releases) - [Changelog](https://github.com/langchain-ai/langchainjs/blob/main/release_workspace.js) - [Commits](https://github.com/langchain-ai/langchainjs/commits) --- updated-dependencies: - dependency-name: "@langchain/core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0bed073 commit e46f26a

File tree

4 files changed

+42
-21
lines changed

4 files changed

+42
-21
lines changed

packages/langchain/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@sap-ai-sdk/core": "workspace:^",
3131
"@sap-ai-sdk/foundation-models": "workspace:^",
3232
"@sap-cloud-sdk/connectivity": "^3.25.0",
33-
"@langchain/core": "0.3.27",
33+
"@langchain/core": "0.3.29",
3434
"zod-to-json-schema": "^3.24.1"
3535
}
3636
}

pnpm-lock.yaml

Lines changed: 39 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sample-code/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@sap-ai-sdk/langchain": "workspace:^",
3030
"@sap-ai-sdk/document-grounding": "workspace:^",
3131
"langchain": "0.3.11",
32-
"@langchain/core": "0.3.27",
32+
"@langchain/core": "0.3.29",
3333
"@langchain/textsplitters": "0.1.0",
3434
"@sap-cloud-sdk/util": "^3.25.0",
3535
"@types/express": "^5.0.0",

tests/smoke-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"dependencies": {
2121
"langchain": "0.3.11",
22-
"@langchain/core": "0.3.27",
22+
"@langchain/core": "0.3.29",
2323
"@langchain/textsplitters": "0.1.0",
2424
"@sap-ai-sdk/ai-api": "canary",
2525
"@sap-ai-sdk/foundation-models": "canary",

0 commit comments

Comments
 (0)