Skip to content

Commit e93057b

Browse files
chore(deps): Bump @langchain/core from 0.3.74 to 0.3.75
Bumps [@langchain/core](https://github.com/langchain-ai/langchainjs) from 0.3.74 to 0.3.75. - [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/compare/@langchain/core==0.3.74...@langchain/core==0.3.75) --- updated-dependencies: - dependency-name: "@langchain/core" dependency-version: 0.3.75 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 68ecb52 commit e93057b

File tree

4 files changed

+93
-40
lines changed

4 files changed

+93
-40
lines changed

packages/langchain/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
"@sap-ai-sdk/orchestration": "workspace:^",
3333
"@sap-cloud-sdk/connectivity": "^4.1.1",
3434
"uuid": "^13.0.0",
35-
"@langchain/core": "0.3.74"
35+
"@langchain/core": "0.3.75"
3636
}
3737
}

pnpm-lock.yaml

Lines changed: 90 additions & 37 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
@@ -25,7 +25,7 @@
2525
"@modelcontextprotocol/sdk": "^1.18.0",
2626
"@langchain/langgraph": "^0.4.9",
2727
"langchain": "0.3.33",
28-
"@langchain/core": "0.3.74",
28+
"@langchain/core": "0.3.75",
2929
"@langchain/textsplitters": "0.1.0",
3030
"@sap-ai-sdk/ai-api": "workspace:^",
3131
"@sap-ai-sdk/document-grounding": "workspace:^",

tests/smoke-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"dependencies": {
1818
"@langchain/langgraph": "^0.4.9",
1919
"langchain": "0.3.33",
20-
"@langchain/core": "0.3.74",
20+
"@langchain/core": "0.3.75",
2121
"@langchain/textsplitters": "0.1.0",
2222
"@sap-ai-sdk/ai-api": "canary",
2323
"@sap-ai-sdk/document-grounding": "canary",

0 commit comments

Comments
 (0)