Skip to content

Commit 21a760b

Browse files
chore(deps): Bump @langchain/core from 0.3.40 to 0.3.41
Bumps [@langchain/core](https://github.com/langchain-ai/langchainjs) from 0.3.40 to 0.3.41. - [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]>
1 parent bc51f59 commit 21a760b

File tree

4 files changed

+80
-66
lines changed

4 files changed

+80
-66
lines changed

packages/langchain/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@sap-ai-sdk/foundation-models": "workspace:^",
3232
"@sap-cloud-sdk/connectivity": "^3.26.1",
3333
"uuid": "^11.1.0",
34-
"@langchain/core": "0.3.40",
34+
"@langchain/core": "0.3.41",
3535
"zod-to-json-schema": "^3.24.3"
3636
}
3737
}

pnpm-lock.yaml

Lines changed: 77 additions & 63 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.19",
32-
"@langchain/core": "0.3.40",
32+
"@langchain/core": "0.3.41",
3333
"@langchain/textsplitters": "0.1.0",
3434
"@sap-cloud-sdk/util": "^3.26.1",
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.19",
22-
"@langchain/core": "0.3.40",
22+
"@langchain/core": "0.3.41",
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)