checkpoint-duckdb: release 2.0.1 (#2180)

This commit is contained in:
Vadym Barda
2024-10-24 13:58:48 -04:00
committed by GitHub
parent a0e99f704f
commit 91ad8b803b
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -385,7 +385,7 @@ typing-extensions = ">=4.7"
[[package]]
name = "langgraph-checkpoint"
version = "2.0.1"
version = "2.0.2"
description = "Library with base interfaces for LangGraph checkpoint savers."
optional = false
python-versions = "^3.9.0,<4.0"
@@ -1055,4 +1055,4 @@ watchmedo = ["PyYAML (>=3.10)"]
[metadata]
lock-version = "2.0"
python-versions = "^3.9.0,<4.0"
content-hash = "d43686e1d06c86dbcc76672790f771e094fd105ea255c86ba8906a2e77e4df03"
content-hash = "c319b072af396b6f10fd6f75544816ea717741ed8b35ce675df65506c585f67e"
+2 -2
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "langgraph-checkpoint-duckdb"
version = "2.0.0"
version = "2.0.1"
description = "Library with a DuckDB implementation of LangGraph checkpoint saver."
authors = []
license = "MIT"
@@ -10,7 +10,7 @@ packages = [{ include = "langgraph" }]
[tool.poetry.dependencies]
python = "^3.9.0,<4.0"
langgraph-checkpoint = "^2.0.0"
langgraph-checkpoint = "^2.0.2"
duckdb = ">=1.1.2"
[tool.poetry.group.dev.dependencies]