Skip to content

Commit

Permalink
chore(deps): Bump @langchain/core from 0.3.36 to 0.3.39 (#531)
Browse files Browse the repository at this point in the history
* chore(deps): Bump @langchain/core from 0.3.36 to 0.3.39

Bumps [@langchain/core](https://github.com/langchain-ai/langchainjs) from 0.3.36 to 0.3.39.
- [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] <support@github.com>

* chore: update pnpm-lock.yaml

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: cloud-sdk-js <cloud-sdk-js@github.com>
  • Loading branch information
dependabot[bot] and cloud-sdk-js authored Feb 11, 2025
1 parent 84ff4a8 commit 35abd2f
Show file tree
Hide file tree
Showing 4 changed files with 92 additions and 37 deletions.
2 changes: 1 addition & 1 deletion packages/langchain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@sap-ai-sdk/foundation-models": "workspace:^",
"@sap-cloud-sdk/connectivity": "^3.26.0",
"uuid": "^11.0.0",
"@langchain/core": "0.3.36",
"@langchain/core": "0.3.39",
"zod-to-json-schema": "^3.24.1"
}
}
123 changes: 89 additions & 34 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 @@ -29,7 +29,7 @@
"@sap-ai-sdk/langchain": "workspace:^",
"@sap-ai-sdk/document-grounding": "workspace:^",
"langchain": "0.3.13",
"@langchain/core": "0.3.36",
"@langchain/core": "0.3.39",
"@langchain/textsplitters": "0.1.0",
"@sap-cloud-sdk/util": "^3.26.0",
"@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.13",
"@langchain/core": "0.3.36",
"@langchain/core": "0.3.39",
"@langchain/textsplitters": "0.1.0",
"@sap-ai-sdk/ai-api": "canary",
"@sap-ai-sdk/foundation-models": "canary",
Expand Down

0 comments on commit 35abd2f

Please sign in to comment.