chore(deps): bump langchain-google-genai from 4.1.3 to 4.2.0 in /.config/python/dev#6974
Conversation
Bumps [langchain-google-genai](https://github.com/langchain-ai/langchain-google) from 4.1.3 to 4.2.0. - [Release notes](https://github.com/langchain-ai/langchain-google/releases) - [Commits](langchain-ai/langchain-google@libs/genai/v4.1.3...libs/genai/v4.2.0) --- updated-dependencies: - dependency-name: langchain-google-genai dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
This PR is being reviewed by Cursor Bugbot
Details
Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
| langchain_anthropic==1.3.1 | ||
| langchain_deepseek==1.0.1 | ||
| langchain_google_genai==4.1.3 | ||
| langchain_google_genai==4.2.0 |
There was a problem hiding this comment.
Version conflicts with pyproject.toml constraint
Medium Severity
The langchain_google_genai==4.2.0 version in requirements.txt falls outside the range allowed by pyproject.toml, which specifies langchain-google-genai~=4.1.2. The ~=4.1.2 compatible release specifier only accepts versions in the 4.1.x series (>=4.1.2, <4.2.0), making 4.2.0 incompatible. This creates an inconsistency between development and production environments.
✅
|
…in-google-genai-4.2.0
|
@dependabot rebase |
|
Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry! If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request |
|
@dependabot recreate |
|
Looks like langchain-google-genai is up-to-date now, so this is no longer needed. |
Pull request was closed

Bumps langchain-google-genai from 4.1.3 to 4.2.0.
Release notes
Sourced from langchain-google-genai's releases.
Commits
21fdb20release(genai): 4.2.0 (#1507)62e05e3feat(genai): add labels support (#1503)474b8fbfix(vertexai): tests (#1505)306f6eefix(vertexai):ChatAnthropicVertexsupport images withlangchain 1.X(#1381)3ef2af9fix(vertexai): implement get_num_tokens_from_messages for multi-modal support...6bebb8bfeat(vertexai): fixNULLenum crash for nested optional tool arguments (#1469)39bf069feat(vertexai): Add Vertex AI Vector Search 2.0 support (#1427)5e201c1fix(vertexai): fix tests (#1500)6e421a1feat(community): Add support for custom Model Armor Middleware (#1494)f3ed4e2release(community): 3.0.4 (#1498)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Note
Low Risk
Low risk dependency bump limited to the dev Python requirements; behavior changes are confined to whatever tooling/tests rely on
langchain_google_genai.Overview
Updates the dev Python dependency pin for
langchain_google_genaifrom4.1.3to4.2.0in.config/python/dev/requirements.txt.Written by Cursor Bugbot for commit 3b9aaca. This will update automatically on new commits. Configure here.