diff --git a/libs/checkpoint-duckdb/poetry.lock b/libs/checkpoint-duckdb/poetry.lock index d790ca258..4ce1cbaba 100644 --- a/libs/checkpoint-duckdb/poetry.lock +++ b/libs/checkpoint-duckdb/poetry.lock @@ -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" diff --git a/libs/checkpoint-duckdb/pyproject.toml b/libs/checkpoint-duckdb/pyproject.toml index 5dde4a33b..74fbc07ca 100644 --- a/libs/checkpoint-duckdb/pyproject.toml +++ b/libs/checkpoint-duckdb/pyproject.toml @@ -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]