From f6781d19abc53e0a34b53482b43c5a6a2e26c43e Mon Sep 17 00:00:00 2001 From: Tat Dat Duong Date: Wed, 5 Mar 2025 16:48:29 +0100 Subject: [PATCH] Undo version experimental bump --- libs/sdk-js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/sdk-js/package.json b/libs/sdk-js/package.json index 65f7cc70e..26cecc9fa 100644 --- a/libs/sdk-js/package.json +++ b/libs/sdk-js/package.json @@ -1,6 +1,6 @@ { "name": "@langchain/langgraph-sdk", - "version": "0.0.46-experimental.0", + "version": "0.0.46", "description": "Client library for interacting with the LangGraph API", "type": "module", "packageManager": "yarn@1.22.19",