chore(checkpoint): bump patch version (#6244)

- Bump `langgraph-checkpoint` to 2.1.2
- Bump `langgraph-checkpoint-postgres` to 2.0.25 and raise
`langgraph-checkpoint` dep lower bound to 2.1.2
This commit is contained in:
Caspar Broekhuizen
2025-10-07 10:41:24 -07:00
committed by GitHub
parent 6cc8899818
commit 7d166bfb9f
7 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "langgraph-checkpoint-postgres"
version = "2.0.24"
version = "2.0.25"
description = "Library with a Postgres implementation of LangGraph checkpoint saver."
authors = []
requires-python = ">=3.9"
@@ -12,7 +12,7 @@ readme = "README.md"
license = "MIT"
license-files = ['LICENSE']
dependencies = [
"langgraph-checkpoint>=2.0.21,<3.0.0",
"langgraph-checkpoint>=2.1.2,<3.0.0",
"orjson>=3.10.1",
"psycopg>=3.2.0",
"psycopg-pool>=3.2.0",
+2 -2
View File
@@ -245,7 +245,7 @@ wheels = [
[[package]]
name = "langgraph-checkpoint"
version = "2.1.1"
version = "2.1.2"
source = { editable = "../checkpoint" }
dependencies = [
{ name = "langchain-core" },
@@ -276,7 +276,7 @@ dev = [
[[package]]
name = "langgraph-checkpoint-postgres"
version = "2.0.24"
version = "2.0.25"
source = { editable = "." }
dependencies = [
{ name = "langgraph-checkpoint" },
+1 -1
View File
@@ -257,7 +257,7 @@ wheels = [
[[package]]
name = "langgraph-checkpoint"
version = "2.1.1"
version = "2.1.2"
source = { editable = "../checkpoint" }
dependencies = [
{ name = "langchain-core" },
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "langgraph-checkpoint"
version = "2.1.1"
version = "2.1.2"
description = "Library with base interfaces for LangGraph checkpoint savers."
authors = []
requires-python = ">=3.9"
+1 -1
View File
@@ -273,7 +273,7 @@ wheels = [
[[package]]
name = "langgraph-checkpoint"
version = "2.1.1"
version = "2.1.2"
source = { editable = "." }
dependencies = [
{ name = "langchain-core" },
+2 -2
View File
@@ -1542,7 +1542,7 @@ wheels = [
[[package]]
name = "langgraph-checkpoint"
version = "2.1.1"
version = "2.1.2"
source = { editable = "../checkpoint" }
dependencies = [
{ name = "langchain-core" },
@@ -1573,7 +1573,7 @@ dev = [
[[package]]
name = "langgraph-checkpoint-postgres"
version = "2.0.24"
version = "2.0.25"
source = { editable = "../checkpoint-postgres" }
dependencies = [
{ name = "langgraph-checkpoint" },
+2 -2
View File
@@ -309,7 +309,7 @@ dev = [
[[package]]
name = "langgraph-checkpoint"
version = "2.1.1"
version = "2.1.2"
source = { editable = "../checkpoint" }
dependencies = [
{ name = "langchain-core" },
@@ -340,7 +340,7 @@ dev = [
[[package]]
name = "langgraph-checkpoint-postgres"
version = "2.0.24"
version = "2.0.25"
source = { editable = "../checkpoint-postgres" }
dependencies = [
{ name = "langgraph-checkpoint" },