From 4a05a5879131d7c6441ece32ea11141a351e91c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 18:23:30 +0000 Subject: [PATCH] build(deps): bump langchain-google-genai from 4.2.7 to 4.3.1 Bumps [langchain-google-genai](https://github.com/langchain-ai/langchain-google) from 4.2.7 to 4.3.1. - [Release notes](https://github.com/langchain-ai/langchain-google/releases) - [Commits](https://github.com/langchain-ai/langchain-google/compare/libs/genai/v4.2.7...libs/genai/v4.3.1) --- updated-dependencies: - dependency-name: langchain-google-genai dependency-version: 4.3.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4e3413b175f..46ad01526bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "langchain-anthropic==1.4.8", "langchain-aws==1.6.2", "langchain-core==1.4.9", - "langchain-google-genai==4.2.7", + "langchain-google-genai==4.3.1", "langchain-huggingface==1.2.2", "langchain-mcp-adapters==0.3.0", "langchain-ollama==1.1.0",