Skip to content

Commit b96dd58

Browse files
authored
fix: include cell_manager in TransactionSource literal (#9457)
1 parent f1e4d92 commit b96dd58

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

marimo/_messaging/notebook/changes.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,9 @@ class SetConfig(msgspec.Struct, frozen=True, tag="set-config", rename="camel"):
9898
# Transaction
9999
# ------------------------------------------------------------------
100100

101-
TransactionSource = Literal["frontend", "kernel", "code-mode", "file-watch"]
101+
TransactionSource = Literal[
102+
"frontend", "kernel", "code-mode", "file-watch", "cell_manager"
103+
]
102104

103105

104106
class Transaction(msgspec.Struct, frozen=True, rename="camel"):

0 commit comments

Comments
 (0)