From 85519482301355d870034a7b3aefc6594e0f68b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 08:38:43 +0000 Subject: [PATCH] chore(deps): bump langchain-google-genai from 1.0.1 to 2.0.0 Bumps [langchain-google-genai](https://github.com/langchain-ai/langchain-google) from 1.0.1 to 2.0.0. - [Release notes](https://github.com/langchain-ai/langchain-google/releases) - [Commits](https://github.com/langchain-ai/langchain-google/compare/libs/genai/v1.0.1...libs/genai/v2.0.0) --- updated-dependencies: - dependency-name: langchain-google-genai dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9f064e4..d94dec5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ unstructured==0.14.5 langchain-community==0.0.31 langchain==0.1.14 langchain-openai==0.1.1 -langchain-google-genai==1.0.1 +langchain-google-genai==2.0.0 langchain-pinecone==0.1.0 google.generativeai==0.4.1 python-dotenv==1.0.1 diff --git a/setup.cfg b/setup.cfg index 971afc4..66aecaa 100644 --- a/setup.cfg +++ b/setup.cfg @@ -20,7 +20,7 @@ install_requires = langchain-community==0.0.31 langchain==0.1.14 langchain-openai==0.1.1 - langchain-google-genai==1.0.1 + langchain-google-genai==2.0.0 langchain-pinecone==0.1.0 google.generativeai==0.4.1 python-dotenv==1.0.1