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