chore(langgraph): bump langgraph version (#6257)

- Bump langgraph version to 0.6.10
This commit is contained in:
Caspar Broekhuizen
2025-10-09 09:39:42 -07:00
committed by GitHub
parent 420550501f
commit c2bc6ab8e9
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.6.9"
version = "0.6.10"
description = "Building stateful, multi-actor applications with LLMs"
authors = []
requires-python = ">=3.9"
+1 -1
View File
@@ -1428,7 +1428,7 @@ wheels = [
[[package]]
name = "langgraph"
version = "0.6.9"
version = "0.6.10"
source = { editable = "." }
dependencies = [
{ name = "langchain-core" },
+1 -1
View File
@@ -257,7 +257,7 @@ wheels = [
[[package]]
name = "langgraph"
version = "0.6.9"
version = "0.6.10"
source = { editable = "../langgraph" }
dependencies = [
{ name = "langchain-core" },