diff --git a/libs/checkpoint-conformance/langgraph/checkpoint/conformance/spec/test_list.py b/libs/checkpoint-conformance/langgraph/checkpoint/conformance/spec/test_list.py index fd98ba652..9f00070cf 100644 --- a/libs/checkpoint-conformance/langgraph/checkpoint/conformance/spec/test_list.py +++ b/libs/checkpoint-conformance/langgraph/checkpoint/conformance/spec/test_list.py @@ -339,7 +339,6 @@ async def test_list_metadata_custom_keys( assert results[0].metadata["run_id"] == "run-abc" - ALL_LIST_TESTS = [ test_list_all, test_list_by_thread, diff --git a/libs/checkpoint-conformance/uv.lock b/libs/checkpoint-conformance/uv.lock index 860d542fd..cb5e062bc 100644 --- a/libs/checkpoint-conformance/uv.lock +++ b/libs/checkpoint-conformance/uv.lock @@ -263,7 +263,7 @@ wheels = [ [[package]] name = "langgraph-checkpoint-conformance" -version = "0.0.1" +version = "0.0.2" source = { editable = "." } dependencies = [ { name = "langgraph-checkpoint" },