release(prebuilt): 0.6.1 (#5713)

Release 0.6.1 allowing ToolNode to handle Command that removes all
messages
This commit is contained in:
Eugene Yurtsev
2025-07-29 20:39:42 +00:00
committed by GitHub
parent 8cea8ae1de
commit 72e418e4d0
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1433,7 +1433,7 @@ dev = [
[[package]]
name = "langgraph-prebuilt"
version = "0.6.0"
version = "0.6.1"
source = { editable = "../prebuilt" }
dependencies = [
{ name = "langchain-core" },
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "langgraph-prebuilt"
version = "0.6.0"
version = "0.6.1"
description = "Library with high-level APIs for creating and executing LangGraph agents and tools."
authors = []
requires-python = ">=3.9"
+1 -1
View File
@@ -460,7 +460,7 @@ dev = [
[[package]]
name = "langgraph-prebuilt"
version = "0.6.0"
version = "0.6.1"
source = { editable = "." }
dependencies = [
{ name = "langchain-core" },