Skip to content

Commit

Permalink
chore(deps): Bump @langchain/core from 0.3.10 to 0.3.11 (#222)
Browse files Browse the repository at this point in the history
Bumps [@langchain/core](https://github.com/langchain-ai/langchainjs) from 0.3.10 to 0.3.11.
- [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>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent f375100 commit 4b8eb9f
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 52 deletions.
2 changes: 1 addition & 1 deletion packages/langchain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@sap-ai-sdk/ai-api": "workspace:^",
"@sap-ai-sdk/core": "workspace:^",
"@sap-ai-sdk/foundation-models": "workspace:^",
"@langchain/core": "0.3.10",
"@langchain/core": "0.3.11",
"zod-to-json-schema": "^3.23.2"
}
}
98 changes: 49 additions & 49 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sample-code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@sap-ai-sdk/orchestration": "workspace:^",
"@sap-ai-sdk/langchain": "workspace:^",
"langchain": "0.3.2",
"@langchain/core": "0.3.10",
"@langchain/core": "0.3.11",
"@langchain/textsplitters": "0.1.0",
"@sap-cloud-sdk/util": "^3.22.2",
"@types/express": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion tests/smoke-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {
"langchain": "0.3.2",
"@langchain/core": "0.3.10",
"@langchain/core": "0.3.11",
"@langchain/textsplitters": "0.1.0",
"@sap-ai-sdk/ai-api": "canary",
"@sap-ai-sdk/foundation-models": "canary",
Expand Down

0 comments on commit 4b8eb9f

Please sign in to comment.