fix: flip default on base cache (#6677)

rebasing https://github.com/langchain-ai/langgraph/pull/6562 w/ current
main
This commit is contained in:
Sydney Runkle
2026-01-12 15:26:37 -05:00
committed by GitHub
parent cb2faa7dda
commit f91d79d0c8
11 changed files with 46 additions and 32 deletions
+2 -2
View File
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "langgraph-checkpoint-postgres"
version = "3.0.2"
version = "3.0.3"
description = "Library with a Postgres implementation of LangGraph checkpoint saver."
authors = []
requires-python = ">=3.10"
@@ -12,7 +12,7 @@ readme = "README.md"
license = "MIT"
license-files = ['LICENSE']
dependencies = [
"langgraph-checkpoint>=2.1.2,<4.0.0",
"langgraph-checkpoint>=2.1.2,<5.0.0",
"orjson>=3.10.1",
"psycopg>=3.2.0",
"psycopg-pool>=3.2.0",
+2 -2
View File
@@ -259,7 +259,7 @@ wheels = [
[[package]]
name = "langgraph-checkpoint"
version = "3.0.1"
version = "4.0.0"
source = { editable = "../checkpoint" }
dependencies = [
{ name = "langchain-core" },
@@ -306,7 +306,7 @@ test = [
[[package]]
name = "langgraph-checkpoint-postgres"
version = "3.0.2"
version = "3.0.3"
source = { editable = "." }
dependencies = [
{ name = "langgraph-checkpoint" },