From 3a860ad53740d179f6fd17dde1dc8360cf89e329 Mon Sep 17 00:00:00 2001 From: Nuno Campos Date: Wed, 13 Nov 2024 17:45:04 -0800 Subject: [PATCH] 0.2.48 --- libs/langgraph/poetry.lock | 6 +++--- libs/langgraph/pyproject.toml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/libs/langgraph/poetry.lock b/libs/langgraph/poetry.lock index db2b60544..d337af2bc 100644 --- a/libs/langgraph/poetry.lock +++ b/libs/langgraph/poetry.lock @@ -1359,7 +1359,7 @@ typing-extensions = ">=4.7" [[package]] name = "langgraph-checkpoint" -version = "2.0.2" +version = "2.0.4" description = "Library with base interfaces for LangGraph checkpoint savers." optional = false python-versions = "^3.9.0,<4.0" @@ -1429,7 +1429,7 @@ url = "../checkpoint-sqlite" [[package]] name = "langgraph-sdk" -version = "0.1.35" +version = "0.1.36" description = "SDK for interacting with LangGraph API" optional = false python-versions = "^3.9.0,<4.0" @@ -3425,4 +3425,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.9.0,<4.0" -content-hash = "f0b7800f90041227ba4d7b72482c70fabdbacc95e8a3a784fdebc88721728a91" +content-hash = "9bf5668d3f70f3b77457906732404a6401583a5966f70a72ef10a68f2a5b27ad" diff --git a/libs/langgraph/pyproject.toml b/libs/langgraph/pyproject.toml index 423cf5c46..4bdef858a 100644 --- a/libs/langgraph/pyproject.toml +++ b/libs/langgraph/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langgraph" -version = "0.2.47" +version = "0.2.48" 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.43,<0.4.0,!=0.3.0,!=0.3.1,!=0.3.2,!=0.3.3,!=0.3.4,!=0.3.5,!=0.3.6,!=0.3.7,!=0.3.8,!=0.3.9,!=0.3.10,!=0.3.11,!=0.3.12,!=0.3.13,!=0.3.14" -langgraph-checkpoint = "^2.0.0" +langgraph-checkpoint = "^2.0.4" langgraph-sdk = "^0.1.32" [tool.poetry.group.dev.dependencies]