Skip to content

Commit b9880fd

Browse files
chore(deps): Bump the langchain group with 3 updates
Bumps the langchain group with 3 updates: [@langchain/core](https://github.com/langchain-ai/langchainjs), [@langchain/mcp-adapters](https://github.com/langchain-ai/langchainjs) and [langchain](https://github.com/langchain-ai/langchainjs). Updates `@langchain/core` from 1.1.0 to 1.1.1 - [Release notes](https://github.com/langchain-ai/langchainjs/releases) - [Commits](https://github.com/langchain-ai/langchainjs/compare/@langchain/[email protected]...@langchain/[email protected]) Updates `@langchain/mcp-adapters` from 1.0.1 to 1.0.2 - [Release notes](https://github.com/langchain-ai/langchainjs/releases) - [Commits](https://github.com/langchain-ai/langchainjs/compare/@langchain/[email protected]...@langchain/[email protected]) Updates `langchain` from 1.1.1 to 1.1.2 - [Release notes](https://github.com/langchain-ai/langchainjs/releases) - [Commits](https://github.com/langchain-ai/langchainjs/compare/[email protected]@1.1.2) --- updated-dependencies: - dependency-name: "@langchain/core" dependency-version: 1.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: langchain - dependency-name: "@langchain/mcp-adapters" dependency-version: 1.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: langchain - dependency-name: langchain dependency-version: 1.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: langchain ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 25c2ec1 commit b9880fd

File tree

4 files changed

+86
-57
lines changed

4 files changed

+86
-57
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
"lint:fix": "eslint \"**/*.ts\" --fix && prettier . --config ../../.prettierrc --ignore-path ../../.prettierignore -w --log-level error"
3232
},
3333
"dependencies": {
34-
"@langchain/core": "^1.1.0",
34+
"@langchain/core": "^1.1.1",
3535
"@sap-ai-sdk/ai-api": "workspace:^",
3636
"@sap-ai-sdk/core": "workspace:^",
3737
"@sap-ai-sdk/foundation-models": "workspace:^",

pnpm-lock.yaml

Lines changed: 80 additions & 51 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
},
2323
"dependencies": {
2424
"@langchain/classic": "^1.0.5",
25-
"@langchain/core": "^1.1.0",
25+
"@langchain/core": "^1.1.1",
2626
"@langchain/langgraph": "^1.0.2",
27-
"@langchain/mcp-adapters": "^1.0.1",
27+
"@langchain/mcp-adapters": "^1.0.2",
2828
"@langchain/textsplitters": "^1.0.1",
2929
"@modelcontextprotocol/sdk": "^1.23.0",
3030
"@sap-ai-sdk/ai-api": "workspace:^",

tests/smoke-tests/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
"lint:fix": "eslint . --fix && prettier . --config ../../.prettierrc --ignore-path ../../.prettierignore -w --log-level error"
1616
},
1717
"dependencies": {
18-
"@langchain/core": "^1.1.0",
18+
"@langchain/core": "^1.1.1",
1919
"@langchain/langgraph": "^1.0.2",
20-
"@langchain/mcp-adapters": "^1.0.1",
20+
"@langchain/mcp-adapters": "^1.0.2",
2121
"@langchain/textsplitters": "^1.0.1",
2222
"@sap-ai-sdk/ai-api": "canary",
2323
"@sap-ai-sdk/document-grounding": "canary",
@@ -27,7 +27,7 @@
2727
"@sap-ai-sdk/prompt-registry": "canary",
2828
"@sap-cloud-sdk/util": "^4.2.0",
2929
"express": "^5.2.0",
30-
"langchain": "^1.1.1",
30+
"langchain": "^1.1.2",
3131
"uuid": "^13.0.0",
3232
"zod": "^4.1.12"
3333
},

0 commit comments

Comments
 (0)