mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-31 04:09:49 +02:00
Bump
This commit is contained in:
@@ -27,7 +27,7 @@ def map_output(
|
||||
output_channels: Union[str, Sequence[str]],
|
||||
pending_writes: Sequence[tuple[str, Any]],
|
||||
channels: Mapping[str, BaseChannel],
|
||||
) -> dict[str, Any] | Any | None:
|
||||
) -> Optional[Union[dict[str, Any], Any]]:
|
||||
"""Map pending writes (a sequence of tuples (channel, value)) to output chunk."""
|
||||
if isinstance(output_channels, str):
|
||||
if any(chan == output_channels for chan, _ in pending_writes):
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "langgraph"
|
||||
version = "0.0.8"
|
||||
version = "0.0.9"
|
||||
description = "langgraph"
|
||||
authors = []
|
||||
license = "LangGraph License"
|
||||
|
||||
Reference in New Issue
Block a user