Skip to content

Commit

Permalink
Point chat-langchain at go multipart endpoint (#409)
Browse files Browse the repository at this point in the history
* Update langsmith version

* Update langsmith version
  • Loading branch information
angus-langchain authored Jan 23, 2025
1 parent eddb98c commit b2f1156
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
42 changes: 21 additions & 21 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 @@ -9,7 +9,7 @@ packages = [{ include = "backend" }]
[tool.poetry.dependencies]
python = "^3.11"
langchain = ">=0.3.0,<0.4.0"
langsmith = { version = "0.2.10", extras = ["langsmith-pyo3", "compression"] }
langsmith = { version = "0.3.1rc1", extras = ["langsmith-pyo3"] }
langchain-cohere = ">=0.3.0,<0.4.0"
langchain-google-genai = ">=2.0.0,<3.0.0"
langchain-core = ">=0.3.10,<0.4.0"
Expand Down

0 comments on commit b2f1156

Please sign in to comment.