Skip to content

Commit

Permalink
Pin LangChain version (jupyterlab#134)
Browse files Browse the repository at this point in the history
* Pin langchain version

* Pinned langchain version to 0.0.153

* lock lerna version in bump-version

---------

Co-authored-by: David L. Qiu <david@qiu.dev>
  • Loading branch information
2 people authored and Marchlak committed Oct 28, 2024
1 parent cde4e4e commit ab72476
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/jupyter-ai/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies = [
"openai~=0.26",
"aiosqlite~=0.18",
"importlib_metadata~=5.2.0",
"langchain~=0.0.144",
"langchain==0.0.153",
"tiktoken", # required for OpenAIEmbeddings
"jupyter_ai_magics",
"ray~=2.4.0", # Requires grpcio installation from conda
Expand Down
2 changes: 1 addition & 1 deletion scripts/bump-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# see: https://github.com/lerna/lerna/issues/2369

(npx -p lerna -y lerna version \
(npx -p lerna@6.4.1 -y lerna version \
--no-git-tag-version \
--no-push \
--force-publish \
Expand Down

0 comments on commit ab72476

Please sign in to comment.