mirror of
https://github.com/googleapis/genai-toolbox.git
synced 2026-02-12 08:05:06 -05:00
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [@langchain/google-genai](https://redirect.github.com/langchain-ai/langchainjs/tree/main/libs/langchain-google-genai/) ([source](https://redirect.github.com/langchain-ai/langchainjs)) | [`^1.0.0` -> `^2.0.0`](https://renovatebot.com/diffs/npm/@langchain%2fgoogle-genai/1.0.0/2.0.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>langchain-ai/langchainjs (@​langchain/google-genai)</summary> ### [`v1.0.3`](https://redirect.github.com/langchain-ai/langchainjs/releases/tag/%40langchain/google-gauth%401.0.3) [Compare Source](https://redirect.github.com/langchain-ai/langchainjs/compare/@langchain/google-genai@1.0.2...@langchain/google-genai@1.0.3) ##### Patch Changes - Updated dependencies \[]: - [@​langchain/google-common](https://redirect.github.com/langchain/google-common)@​1.0.3 ### [`v1.0.2`](https://redirect.github.com/langchain-ai/langchainjs/releases/tag/%40langchain/aws%401.0.2) ##### Patch Changes - [#​9382](https://redirect.github.com/langchain-ai/langchainjs/pull/9382) [`f464366`](f464366815) Thanks [@​deepansh946](https://redirect.github.com/deepansh946)! - fix handling of multiple tool types in convertToConverseTools fn ### [`v1.0.1`](https://redirect.github.com/langchain-ai/langchainjs/releases/tag/%40langchain/cohere%401.0.1) ##### Patch Changes - [#​9416](https://redirect.github.com/langchain-ai/langchainjs/pull/9416) [`0fe9beb`](0fe9bebee6) Thanks [@​hntrl](https://redirect.github.com/hntrl)! - fix 'moduleResultion: "node"' compatibility </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/googleapis/genai-toolbox). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xOS41IiwidXBkYXRlZEluVmVyIjoiNDIuMTkuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: Averi Kitsch <akitsch@google.com>
20 lines
381 B
JSON
20 lines
381 B
JSON
{
|
|
"name": "langchain",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "quickstart.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "node --test"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@langchain/google-genai": "^2.0.0",
|
|
"@langchain/langgraph": "^1.0.0",
|
|
"@toolbox-sdk/core": "^0.1.2",
|
|
"langchain": "^1.0.0"
|
|
}
|
|
}
|