chore: Allow checkpoint 3.0 in 0.6.* (#6315)

This commit is contained in:
William FH
2025-10-20 16:33:14 -07:00
committed by GitHub
parent c2bc6ab8e9
commit dc0ee4063d
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "langgraph"
version = "0.6.10"
version = "0.6.11"
description = "Building stateful, multi-actor applications with LLMs"
authors = []
requires-python = ">=3.9"
@@ -13,7 +13,7 @@ license = "MIT"
license-files = ['LICENSE']
dependencies = [
"langchain-core>=0.1",
"langgraph-checkpoint>=2.1.0,<3.0.0",
"langgraph-checkpoint>=2.1.0,<4.0.0",
"langgraph-sdk>=0.2.2,<0.3.0",
"langgraph-prebuilt>=0.6.0,<0.7.0",
"xxhash>=3.5.0",
+1 -1
View File
@@ -1428,7 +1428,7 @@ wheels = [
[[package]]
name = "langgraph"
version = "0.6.10"
version = "0.6.11"
source = { editable = "." }
dependencies = [
{ name = "langchain-core" },
+1 -1
View File
@@ -12,7 +12,7 @@ readme = "README.md"
license = "MIT"
license-files = ['LICENSE']
dependencies = [
"langgraph-checkpoint>=2.1.0,<3.0.0",
"langgraph-checkpoint>=2.1.0,<4.0.0",
"langchain-core>=0.3.67",
]
+1 -1
View File
@@ -257,7 +257,7 @@ wheels = [
[[package]]
name = "langgraph"
version = "0.6.10"
version = "0.6.11"
source = { editable = "../langgraph" }
dependencies = [
{ name = "langchain-core" },