Skip to content

Commit

Permalink
Backport PR jupyterlab#1109: Bump LangChain minimum versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dlqqq authored and meeseeksmachine committed Nov 18, 2024
1 parent 89952a3 commit 76b8ac9
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 76b8ac9

Please sign in to comment.