Merge pull request #2178 from langchain-ai/dqbd/sdk-bump-24oct

feat(sdk): bump SDK to js@0.0.18 and py@0.1.34
This commit is contained in:
David Duong
2024-10-24 18:58:07 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@langchain/langgraph-sdk",
"version": "0.0.17",
"version": "0.0.18",
"description": "Client library for interacting with the LangGraph API",
"type": "module",
"packageManager": "yarn@1.22.19",
+1 -1
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "langgraph-sdk"
version = "0.1.33"
version = "0.1.34"
description = "SDK for interacting with LangGraph API"
authors = []
license = "MIT"