From bedd6f086bb9c83a26beb101e1b16275fab17c00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 15:58:07 +0000 Subject: [PATCH] chore(deps): bump langsmith Bumps the npm_and_yarn group with 1 update in the /apps/langgraph-control-plane directory: [langsmith](https://github.com/langchain-ai/langsmith-sdk). Updates `langsmith` from 0.5.26 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 dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- apps/langgraph-control-plane/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/langgraph-control-plane/package.json b/apps/langgraph-control-plane/package.json index eecb277..bcb5f98 100644 --- a/apps/langgraph-control-plane/package.json +++ b/apps/langgraph-control-plane/package.json @@ -20,7 +20,7 @@ "@langchain/langgraph-checkpoint": "^1.0.0", "@modelcontextprotocol/sdk": "^1.27.1", "dotenv": "^16.6.1", - "langsmith": "^0.5.10", + "langsmith": "^0.6.3", "redis": "^4.7.0", "zod": "^3.25.76" },