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-sqlite"
version = "3.0.1"
version = "3.0.2"
description = "Library with a SQLite 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>=3,<4.0.0",
"langgraph-checkpoint>=3,<5.0.0",
"aiosqlite>=0.20",
"sqlite-vec>=0.1.6",
]
+3 -3
View File
@@ -1,5 +1,5 @@
version = 1
revision = 2
revision = 3
requires-python = ">=3.10"
[[package]]
@@ -246,7 +246,7 @@ wheels = [
[[package]]
name = "langgraph-checkpoint"
version = "3.0.1"
version = "4.0.0"
source = { editable = "../checkpoint" }
dependencies = [
{ name = "langchain-core" },
@@ -293,7 +293,7 @@ test = [
[[package]]
name = "langgraph-checkpoint-sqlite"
version = "3.0.1"
version = "3.0.2"
source = { editable = "." }
dependencies = [
{ name = "aiosqlite" },