From 49a6704bdc562cd66ba1a4b18076403dde8fc559 Mon Sep 17 00:00:00 2001 From: Arjun Natarajan Date: Thu, 6 Mar 2025 14:06:03 -0500 Subject: [PATCH] bump sdk versions js and py --- libs/sdk-js/package.json | 2 +- libs/sdk-py/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/sdk-js/package.json b/libs/sdk-js/package.json index 0c84c0676..3c49f934f 100644 --- a/libs/sdk-js/package.json +++ b/libs/sdk-js/package.json @@ -1,6 +1,6 @@ { "name": "@langchain/langgraph-sdk", - "version": "0.0.47", + "version": "0.0.48", "description": "Client library for interacting with the LangGraph API", "type": "module", "packageManager": "yarn@1.22.19", diff --git a/libs/sdk-py/pyproject.toml b/libs/sdk-py/pyproject.toml index 600ff91be..c28b9a5e8 100644 --- a/libs/sdk-py/pyproject.toml +++ b/libs/sdk-py/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langgraph-sdk" -version = "0.1.53" +version = "0.1.54" description = "SDK for interacting with LangGraph API" authors = [] license = "MIT"