Skip to content

Commit

Permalink
upgrade langchain dependency for proper project tracing logic (#196)
Browse files Browse the repository at this point in the history
We need to rely on langchain >= 0.333 to make sure langchain uses the
langsmith sdk for figuring out the right project to trace to

Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com>
  • Loading branch information
jakerachleff and eyurtsev committed Nov 9, 2023
1 parent 1078a86 commit 98edac4
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 11 deletions.
35 changes: 25 additions & 10 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ fastapi = {version = ">=0.90.1", optional = true}
sse-starlette = {version = "^1.3.0", optional = true}
httpx-sse = {version = ">=0.3.1", optional = true}
pydantic = ">=1"
langchain = ">=0.0.322"
langchain = ">=0.0.333"

[tool.poetry.group.dev.dependencies]
jupyterlab = "^3.6.1"
Expand Down

0 comments on commit 98edac4

Please sign in to comment.