Skip to content

Commit

Permalink
chore(lock): restrict b/c of install error
Browse files Browse the repository at this point in the history
  • Loading branch information
Avantol13 committed Jan 17, 2025
1 parent 2cefe18 commit f0daed3
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 23 deletions.
50 changes: 27 additions & 23 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ protobuf = ">=3.20.0"
langchain-chroma = ">=0.1.4"
langchain-ollama = ">=0.2.0"

# TODO: Remove this restriction when there's no errors
# with trying >= 1.20
onnxruntime = "==1.19.0"

# TODO: Remove this restriction when this issue is resolved:
# https://github.com/langchain-ai/langchain/issues/28271
pydantic = "==2.9.0"
Expand Down

0 comments on commit f0daed3

Please sign in to comment.