Skip to content

Commit f363e42

Browse files
authored
Added bool
1 parent d4e321c commit f363e42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/datastar_py/sse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def remove_elements(
136136
@classmethod
137137
def patch_signals(
138138
cls,
139-
signals: dict[str, str | int | float | None] | str,
139+
signals: dict[str, str | int | float | bool | None] | str,
140140
event_id: str | None = None,
141141
only_if_missing: bool | None = None,
142142
retry_duration: int | None = None,

0 commit comments

Comments
 (0)