release(checkpoint-sqlite): 3.0.1 (#6566)

Release 3.0.1
This commit is contained in:
Eugene Yurtsev
2025-12-09 17:00:00 -05:00
committed by GitHub
parent 297242913f
commit b70d5aac0e
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "langgraph-checkpoint-sqlite"
version = "3.0.0"
version = "3.0.1"
description = "Library with a SQLite implementation of LangGraph checkpoint saver."
authors = []
requires-python = ">=3.10"
+2 -2
View File
@@ -1,5 +1,5 @@
version = 1
revision = 3
revision = 2
requires-python = ">=3.10"
[[package]]
@@ -293,7 +293,7 @@ test = [
[[package]]
name = "langgraph-checkpoint-sqlite"
version = "3.0.0"
version = "3.0.1"
source = { editable = "." }
dependencies = [
{ name = "aiosqlite" },
+2 -2
View File
@@ -1,5 +1,5 @@
version = 1
revision = 3
revision = 2
requires-python = ">=3.10"
resolution-markers = [
"python_full_version >= '3.14'",
@@ -1619,7 +1619,7 @@ test = [
[[package]]
name = "langgraph-checkpoint-sqlite"
version = "3.0.0"
version = "3.0.1"
source = { editable = "../checkpoint-sqlite" }
dependencies = [
{ name = "aiosqlite" },
+2 -2
View File
@@ -1,5 +1,5 @@
version = 1
revision = 3
revision = 2
requires-python = ">=3.10"
[[package]]
@@ -449,7 +449,7 @@ test = [
[[package]]
name = "langgraph-checkpoint-sqlite"
version = "3.0.0"
version = "3.0.1"
source = { editable = "../checkpoint-sqlite" }
dependencies = [
{ name = "aiosqlite" },