From f2e6fd038bb4d0772a2b05b5e305a4411bc5b46a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 01:30:20 +0000 Subject: [PATCH] chore(deps): bump langchain-pinecone from 0.1.0 to 0.1.3 Bumps [langchain-pinecone](https://github.com/langchain-ai/langchain) from 0.1.0 to 0.1.3. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/v0.1.0...langchain-pinecone==0.1.3) --- updated-dependencies: - dependency-name: langchain-pinecone dependency-type: direct:production update-type: version-update:semver-patch ... 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..cefe73b 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.1.3 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..c2fe67b 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.1.3 google.generativeai==0.4.1 python-dotenv==1.0.1 python-docx==1.1.2