Bump dependent bounds & versions

This commit is contained in:
William Fu-Hinthorn
2025-12-09 15:51:48 -08:00
parent 77ce58db23
commit 31d77f7559
8 changed files with 84 additions and 84 deletions
+1 -1
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"
+1 -1
View File
@@ -306,7 +306,7 @@ test = [
[[package]]
name = "langgraph-checkpoint-postgres"
version = "3.0.2"
version = "3.0.3"
source = { editable = "." }
dependencies = [
{ name = "langgraph-checkpoint" },