From fb8390e13868239658a6327186a652f8c0f5b062 Mon Sep 17 00:00:00 2001 From: Vadym Barda Date: Wed, 7 Aug 2024 09:55:50 -0400 Subject: [PATCH] langgraph: release 0.2.1 (#1250) --- libs/langgraph/poetry.lock | 4 ++-- libs/langgraph/pyproject.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/langgraph/poetry.lock b/libs/langgraph/poetry.lock index 2d4088559..aedca6476 100644 --- a/libs/langgraph/poetry.lock +++ b/libs/langgraph/poetry.lock @@ -1820,7 +1820,7 @@ types-requests = ">=2.31.0.2,<3.0.0.0" [[package]] name = "langgraph-checkpoint" -version = "1.0.1" +version = "1.0.2" description = "Library with base interfaces for LangGraph checkpoint savers." optional = false python-versions = "^3.9.0,<4.0" @@ -4282,4 +4282,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.9.0,<4.0" -content-hash = "4da3823fc4a530f306ab8bf29f11cd01e868310b23417665d776024617b2a22e" +content-hash = "4ef9e25016072ce08554c8ff8d091104fb59da7cdab9a128312bd787e6f35146" diff --git a/libs/langgraph/pyproject.toml b/libs/langgraph/pyproject.toml index 38046547a..74b368c41 100644 --- a/libs/langgraph/pyproject.toml +++ b/libs/langgraph/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langgraph" -version = "0.2.0" +version = "0.2.1" description = "Building stateful, multi-actor applications with LLMs" authors = [] license = "MIT" @@ -10,7 +10,7 @@ repository = "https://www.github.com/langchain-ai/langgraph" [tool.poetry.dependencies] python = ">=3.9.0,<4.0" langchain-core = ">=0.2.27,<0.3" -langgraph-checkpoint = "^1.0.1" +langgraph-checkpoint = "^1.0.2" [tool.poetry.group.dev.dependencies]