From a43d77ea740aeca20877ac2a182da784eb7b7595 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 09:48:36 +0000 Subject: [PATCH] build(deps): bump langsmith from 0.4.49 to 0.6.3 Bumps [langsmith](https://github.com/langchain-ai/langsmith-sdk) from 0.4.49 to 0.6.3. - [Release notes](https://github.com/langchain-ai/langsmith-sdk/releases) - [Commits](https://github.com/langchain-ai/langsmith-sdk/commits) --- updated-dependencies: - dependency-name: langsmith dependency-version: 0.6.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2ba8b39..92e2a0e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -51,7 +51,7 @@ langgraph-sdk==0.2.10 # LangGraph SDK # ---------------------------------------------------------------------------- # LangChain 生态相关 # ---------------------------------------------------------------------------- -langsmith==0.4.49 # LangSmith 监控 +langsmith==0.6.3 # LangSmith 监控 langchain-classic==1.0.0 # LangChain Classic # ----------------------------------------------------------------------------