From 696c012a08ed72234e23a4d53dc7f3e59278f760 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Fri, 6 Dec 2024 12:20:28 -0600 Subject: [PATCH] Update langgraph-checkpoint-mongodb to 0.1.0a3 (#27) --- libs/langgraph-checkpoint-mongodb/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/langgraph-checkpoint-mongodb/pyproject.toml b/libs/langgraph-checkpoint-mongodb/pyproject.toml index 5567480..a28c6ea 100644 --- a/libs/langgraph-checkpoint-mongodb/pyproject.toml +++ b/libs/langgraph-checkpoint-mongodb/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "langgraph-checkpoint-mongodb" -version = "0.1.0a2" +version = "0.1.0a3" description = "Library with a MongoDB implementation of LangGraph checkpoint saver." authors = [] license = "MIT"