From 4cd377b8a09c7cd5f2edba3544a800096fd225fa Mon Sep 17 00:00:00 2001 From: William FH <13333726+hinthornw@users.noreply.github.com> Date: Thu, 31 Oct 2024 17:45:54 -0700 Subject: [PATCH] Bump langsmith to 0.1.139rc2 (#395) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 849f8c32..87e0c93d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ packages = [{ include = "backend" }] [tool.poetry.dependencies] python = "^3.11" langchain = ">=0.3.0,<0.4.0" -langsmith = "^0.1.139rc1" +langsmith = "^0.1.139rc2" 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"