Skip to content

Commit b945b1f

Browse files
authored
release(langgraph): 1.0.4 (#6502)
This patch release includes a couple of small fixes and improvements, such as: - Include interrupt information in the values stream mode (no longer rely solely on the updates stream mode): #6475 - Omit thread_id from configurable to allow using context for stateful runs via RemoteGraph: #6497
1 parent 4cb108c commit b945b1f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

libs/langgraph/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "langgraph"
7-
version = "1.0.3"
7+
version = "1.0.4"
88
description = "Building stateful, multi-actor applications with LLMs"
99
authors = []
1010
requires-python = ">=3.10"

libs/langgraph/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/prebuilt/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)