Skip to content

Commit 0ac02ee

Browse files
chore(deps): update dependency @langchain/google-genai to v2 (googleapis#2024)
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) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@langchain%2fgoogle-genai/2.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@langchain%2fgoogle-genai/1.0.0/2.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>langchain-ai/langchainjs (@&#8203;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 \[]: - [@&#8203;langchain/google-common](https://redirect.github.com/langchain/google-common)@&#8203;1.0.3 ### [`v1.0.2`](https://redirect.github.com/langchain-ai/langchainjs/releases/tag/%40langchain/aws%401.0.2) ##### Patch Changes - [#&#8203;9382](https://redirect.github.com/langchain-ai/langchainjs/pull/9382) [`f464366`](https://redirect.github.com/langchain-ai/langchainjs/commit/f4643668158a702d086da1defcbfd6ee3f050810) Thanks [@&#8203;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 - [#&#8203;9416](https://redirect.github.com/langchain-ai/langchainjs/pull/9416) [`0fe9beb`](https://redirect.github.com/langchain-ai/langchainjs/commit/0fe9bebee6710f719e47f913eec1ec4f638e4de4) Thanks [@&#8203;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>
1 parent 02615a0 commit 0ac02ee

File tree

2 files changed

+42
-17
lines changed

2 files changed

+42
-17
lines changed

docs/en/getting-started/quickstart/js/langchain/package-lock.json

Lines changed: 41 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/en/getting-started/quickstart/js/langchain/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"author": "",
1212
"license": "ISC",
1313
"dependencies": {
14-
"@langchain/google-genai": "^1.0.0",
14+
"@langchain/google-genai": "^2.0.0",
1515
"@langchain/langgraph": "^1.0.0",
1616
"@toolbox-sdk/core": "^0.1.2",
1717
"langchain": "^1.0.0"

0 commit comments

Comments
 (0)