Skip to content

Commit

Permalink
Upgrade to langchain~=0.2.0 and langchain_community~=0.2.0 (#897)
Browse files Browse the repository at this point in the history
* upgrade to langchain~=0.2.0 and langchain_community~=0.2.0

* lower version floor to allow for langchain v0.1

Co-authored-by: Michał Krassowski <[email protected]>

---------

Co-authored-by: Michał Krassowski <[email protected]>
  • Loading branch information
dlqqq and krassowski authored Jul 15, 2024
1 parent fb75ef0 commit d6bc48b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/jupyter-ai-magics/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ dynamic = ["version", "description", "authors", "urls", "keywords"]
dependencies = [
"ipython",
"importlib_metadata>=5.2.0",
"langchain>=0.1.0,<0.2.0",
"langchain>=0.1.0,<0.3.0",
"langchain_community>=0.1.0,<0.3.0",
"typing_extensions>=4.5.0",
"click~=8.0",
"jsonpath-ng>=1.5.3,<2",
Expand Down

0 comments on commit d6bc48b

Please sign in to comment.