From 5420b6b80dce5c666f1ef7573ef06d51607b80b2 Mon Sep 17 00:00:00 2001 From: Shivam Sareen Date: Tue, 10 Sep 2024 20:20:44 -0700 Subject: [PATCH 1/2] Resolved dependency conflict --- requirements.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 11127a8..9f271ac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ langchain==0.2.11 langchain-community==0.2.10 -langchain-core==0.2.24 +langchain-core===0.2.36 langchain-openai==0.1.17 langchain-text-splitters==0.2.2 langsmith==0.1.93 @@ -14,9 +14,10 @@ click git+https://github.com/feder-cr/lib_resume_builder_AIHawk.git linkedin-api pdfminer.six==20221105 +jsonschema inputimeout==1.0.4 langchain-ollama==0.1.3 -langchain-anthropic==0.1.3 +langchain-anthropic langchain-google-genai==1.0.10 jsonschema==4.23.0 jsonschema-specifications==2023.12.1 From ff24e276c18c8230ac9e20cb57954f06436208e0 Mon Sep 17 00:00:00 2001 From: Shivam Sareen Date: Tue, 10 Sep 2024 22:01:21 -0700 Subject: [PATCH 2/2] Update gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c5c01ec..0a20e2e 100644 --- a/.gitignore +++ b/.gitignore @@ -152,4 +152,6 @@ mono_crash.* data_folder/output/* generated_cv/* chrome_profile/* -answers.json \ No newline at end of file +answers.json + +virtual/* \ No newline at end of file