From a96a8b093f09359205f06692e5bec2947e3094b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Apr 2026 13:03:09 +0000 Subject: [PATCH] chore(deps): update langchain-google-genai requirement Updates the requirements on [langchain-google-genai](https://github.com/langchain-ai/langchain-google) to permit the latest version. - [Release notes](https://github.com/langchain-ai/langchain-google/releases) - [Commits](https://github.com/langchain-ai/langchain-google/compare/libs/genai/v3.1.0...libs/genai/v4.2.2) --- updated-dependencies: - dependency-name: langchain-google-genai dependency-version: 4.2.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 081a42a..d8e1f1c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ streamlit>=1.32.0 langchain>=0.3.0 -langchain-google-genai>=3.1.0 +langchain-google-genai>=4.2.2 langchain-community>=0.3.0 langchain-core>=0.3.0 google-generativeai>=0.8.0