From 2ac22f82467cab526641facb23ff1cd6df1ec926 Mon Sep 17 00:00:00 2001 From: Nuno Campos Date: Mon, 24 Mar 2025 18:09:56 -0700 Subject: [PATCH] 0.3.20 --- libs/langgraph/bench/wide_state.py | 4 ++-- libs/langgraph/pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/langgraph/bench/wide_state.py b/libs/langgraph/bench/wide_state.py index 8c51538fa..ac6f190f3 100644 --- a/libs/langgraph/bench/wide_state.py +++ b/libs/langgraph/bench/wide_state.py @@ -124,9 +124,9 @@ if __name__ == "__main__": { str(i) * 10: { str(j) * 10: ["hi?" * 10, True, 1, 6327816386138, None] * 5 - for j in range(5) + for j in range(50) } - for i in range(5) + for i in range(50) } ] } diff --git a/libs/langgraph/pyproject.toml b/libs/langgraph/pyproject.toml index e3da5e459..43224ae33 100644 --- a/libs/langgraph/pyproject.toml +++ b/libs/langgraph/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langgraph" -version = "0.3.19" +version = "0.3.20" description = "Building stateful, multi-actor applications with LLMs" authors = [] license = "MIT"