chore: lint v1 branch (due to auto merges) (#5607)

This commit is contained in:
Sydney Runkle
2025-07-21 18:43:22 +00:00
committed by GitHub
parent d1f0799002
commit 2a86abb8c4
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1240,7 +1240,7 @@ def _control_branch(value: Any) -> Sequence[tuple[str, Any]]:
for command in commands:
if command.graph == Command.PARENT:
raise ParentCommand(command)
goto_targets = (
[command.goto] if isinstance(command.goto, (Send, str)) else command.goto
)
@@ -1251,7 +1251,7 @@ def _control_branch(value: Any) -> Sequence[tuple[str, Any]]:
elif isinstance(go, str) and go != END:
# END is a special case, it's not actually a node in a practical sense
# but rather a special terminal node that we don't need to branch to
rtn.append((CHANNEL_BRANCH_TO.format(go), None))
rtn.append((_CHANNEL_BRANCH_TO.format(go), None))
return rtn
+1 -1
View File
@@ -1394,7 +1394,7 @@ dev = [
[[package]]
name = "langgraph-cli"
version = "0.3.4"
version = "0.3.5"
source = { editable = "../cli" }
dependencies = [
{ name = "click", version = "8.1.8", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10'" },