Skip to content

Commit

Permalink
bump LangChain version floors
Browse files Browse the repository at this point in the history
  • Loading branch information
dlqqq committed Nov 14, 2024
1 parent c62abb8 commit 0368d2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/jupyter-ai-magics/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ dynamic = ["version", "description", "authors", "urls", "keywords"]
dependencies = [
"ipython",
"importlib_metadata>=5.2.0",
"langchain>=0.1.0,<0.3.0",
"langchain_community>=0.1.0,<0.3.0",
"langchain>=0.2.17,<0.3.0",
"langchain_community>=0.2.19,<0.3.0",
"typing_extensions>=4.5.0",
"click~=8.0",
"jsonpath-ng>=1.5.3,<2",
Expand Down

0 comments on commit 0368d2e

Please sign in to comment.