Skip to content

Commit

Permalink
feat: updating langchain version (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacopo-chevallard authored Dec 16, 2024
1 parent 9d87128 commit 0f1f597
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libs/megaparse/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ dependencies = [
"langchain-anthropic>=0.1.23",
"python-magic>=0.4.27",
"unstructured[all-docs]==0.15.0",
"langchain>=0.2.14,<0.3.0",
"langchain-community>=0.2.0",
"langchain>=0.3,<0.4",
"langchain-community>=0.3,<0.4",
"langchain-openai>=0.1.21",
"langchain-core>=0.2.38",
"langchain-core>=0.3,<0.4",
"llama-parse>=0.4.0",
"pydantic-settings>=2.6.1",
"onnxruntime==1.20.0; platform_machine == 'x86_64'",
Expand Down

0 comments on commit 0f1f597

Please sign in to comment.