Merge pull request #353 from shivamkrsarin1996/v3
Resolved dependency conflict
This commit is contained in:
commit
8787a0d916
2 changed files with 6 additions and 3 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -153,3 +153,5 @@ data_folder/output/*
|
||||||
generated_cv/*
|
generated_cv/*
|
||||||
chrome_profile/*
|
chrome_profile/*
|
||||||
answers.json
|
answers.json
|
||||||
|
|
||||||
|
virtual/*
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
langchain==0.2.11
|
langchain==0.2.11
|
||||||
langchain-community==0.2.10
|
langchain-community==0.2.10
|
||||||
langchain-core==0.2.24
|
langchain-core===0.2.36
|
||||||
langchain-openai==0.1.17
|
langchain-openai==0.1.17
|
||||||
langchain-text-splitters==0.2.2
|
langchain-text-splitters==0.2.2
|
||||||
langsmith==0.1.93
|
langsmith==0.1.93
|
||||||
|
|
@ -14,9 +14,10 @@ click
|
||||||
git+https://github.com/feder-cr/lib_resume_builder_AIHawk.git
|
git+https://github.com/feder-cr/lib_resume_builder_AIHawk.git
|
||||||
linkedin-api
|
linkedin-api
|
||||||
pdfminer.six==20221105
|
pdfminer.six==20221105
|
||||||
|
jsonschema
|
||||||
inputimeout==1.0.4
|
inputimeout==1.0.4
|
||||||
langchain-ollama==0.1.3
|
langchain-ollama==0.1.3
|
||||||
langchain-anthropic==0.1.3
|
langchain-anthropic
|
||||||
langchain-google-genai==1.0.10
|
langchain-google-genai==1.0.10
|
||||||
jsonschema==4.23.0
|
jsonschema==4.23.0
|
||||||
jsonschema-specifications==2023.12.1
|
jsonschema-specifications==2023.12.1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue