From 149306464b7c99d2f45d16892f329a07018d86b5 Mon Sep 17 00:00:00 2001 From: sis0k0 Date: Fri, 24 Oct 2025 14:28:51 +0300 Subject: [PATCH 1/3] Update requirements --- requirements.txt | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/requirements.txt b/requirements.txt index 2e8a189..3a7c24a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,11 +1,15 @@ -pymongo==4.11.3 -langchain==1.0.2 -langchain-aws==1.0.0 -langchain-google-genai==2.1.4 -langchain-openai==0.3.16 -langgraph==0.4.2 -langgraph-checkpoint-mongodb==0.1.3 -tiktoken==0.9.0 -voyageai==0.3.4 -tqdm==4.67.1 -Pillow==11.1.0 \ No newline at end of file +pypdf==6.1.3 +PyPDF2==3.0.1 +langchain_community==0.3.31 +langchain_mongodb==0.7.1 +langchain==0.3.27 +langchain-core==0.3.79 +langchain_openai==0.3.35 +langchain_text_splitters==0.3.11 +langchain-aws==0.2.35 +langchain-google-genai==2.1.12 +langdetect==1.0.9 +langsmith==0.4.37 +langgraph==0.6.11 +langgraph-checkpoint-mongodb==0.2.1 +langgraph_supervisor==0.0.29 From 0f806f6f64a80e1ad6075cdeefc580ea4a02bcc1 Mon Sep 17 00:00:00 2001 From: ajosh0504 Date: Fri, 24 Oct 2025 07:47:20 -0700 Subject: [PATCH 2/3] Updating requirements --- requirements.txt | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3a7c24a..a3859f5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,15 +1,11 @@ -pypdf==6.1.3 -PyPDF2==3.0.1 -langchain_community==0.3.31 -langchain_mongodb==0.7.1 +pymongo==4.11.3 langchain==0.3.27 -langchain-core==0.3.79 -langchain_openai==0.3.35 -langchain_text_splitters==0.3.11 langchain-aws==0.2.35 -langchain-google-genai==2.1.12 -langdetect==1.0.9 -langsmith==0.4.37 +langchain-google-genai==2.1.4 +langchain-openai==0.3.16 langgraph==0.6.11 langgraph-checkpoint-mongodb==0.2.1 -langgraph_supervisor==0.0.29 +tiktoken==0.9.0 +voyageai==0.3.4 +tqdm==4.67.1 +Pillow==11.1.0 From 2738621e10060acc9f85d7f5dfa92501b124bcb1 Mon Sep 17 00:00:00 2001 From: ajosh0504 Date: Fri, 24 Oct 2025 08:13:32 -0700 Subject: [PATCH 3/3] Update requirements --- requirements.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index a3859f5..ac1a5f0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,11 +1,10 @@ -pymongo==4.11.3 langchain==0.3.27 langchain-aws==0.2.35 langchain-google-genai==2.1.4 langchain-openai==0.3.16 -langgraph==0.6.11 -langgraph-checkpoint-mongodb==0.2.1 +langgraph==0.4.2 +langgraph-checkpoint-mongodb==0.1.3 tiktoken==0.9.0 voyageai==0.3.4 tqdm==4.67.1 -Pillow==11.1.0 +Pillow==11.1.0 \ No newline at end of file