This commit is contained in:
Nuno Campos
2025-06-25 10:41:51 -07:00
parent 9fcd0d47f5
commit 13d66e0ebb
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "langgraph"
version = "0.4.9"
version = "0.4.10"
description = "Building stateful, multi-actor applications with LLMs"
authors = []
requires-python = ">=3.9"
+1 -1
View File
@@ -1197,7 +1197,7 @@ wheels = [
[[package]]
name = "langgraph"
version = "0.4.9"
version = "0.4.10"
source = { editable = "." }
dependencies = [
{ name = "langchain-core" },
+1 -1
View File
@@ -320,7 +320,7 @@ wheels = [
[[package]]
name = "langgraph"
version = "0.4.9"
version = "0.4.10"
source = { editable = "../langgraph" }
dependencies = [
{ name = "langchain-core" },