From e9de433f91ccbfa68a44a89cfdb8eb583c2956f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 08:38:58 +0000 Subject: [PATCH] chore(deps): bump langchain-pinecone from 0.1.0 to 0.2.0 Bumps [langchain-pinecone](https://github.com/langchain-ai/langchain) from 0.1.0 to 0.2.0. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/v0.1.0...langchain-pinecone==0.2.0) --- updated-dependencies: - dependency-name: langchain-pinecone dependency-type: direct:production update-type: version-update:semver-minor ... 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..ba6f584 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ langchain-community==0.0.31 langchain==0.1.14 langchain-openai==0.1.1 langchain-google-genai==1.0.1 -langchain-pinecone==0.1.0 +langchain-pinecone==0.2.0 google.generativeai==0.4.1 python-dotenv==1.0.1 python-docx==1.1.2 diff --git a/setup.cfg b/setup.cfg index 971afc4..e83c38a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -21,7 +21,7 @@ install_requires = langchain==0.1.14 langchain-openai==0.1.1 langchain-google-genai==1.0.1 - langchain-pinecone==0.1.0 + langchain-pinecone==0.2.0 google.generativeai==0.4.1 python-dotenv==1.0.1 python-docx==1.1.2