release[prebuilt]: bump version to v0.5.1 (#5228)

version bump
This commit is contained in:
Sydney Runkle
2025-06-27 14:02:14 +00:00
committed by GitHub
parent 233a92ccb9
commit fa5e7a97c2
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1423,7 +1423,7 @@ inmem = [
[[package]]
name = "langgraph-prebuilt"
version = "0.5.0"
version = "0.5.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.5.0"
version = "0.5.1"
description = "Library with high-level APIs for creating and executing LangGraph agents and tools."
authors = []
requires-python = ">=3.9"
+1 -1
View File
@@ -464,7 +464,7 @@ dev = [
[[package]]
name = "langgraph-prebuilt"
version = "0.5.0"
version = "0.5.1"
source = { editable = "." }
dependencies = [
{ name = "langchain-core" },