Skip to content

Commit

Permalink
Backport PR jupyterlab#1109: Bump LangChain minimum versions (jupyter…
Browse files Browse the repository at this point in the history
…lab#1112)

Co-authored-by: david qiu <[email protected]>
  • Loading branch information
meeseeksmachine and dlqqq authored Nov 18, 2024
1 parent 89952a3 commit fa1b5fd
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 fa1b5fd

Please sign in to comment.