Skip to content

Commit 281b310

Browse files
committed
wip
1 parent af95912 commit 281b310

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/duron/log.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ class ErrorInfo(TypedDict):
2828

2929
class PromiseCreateEntry(_BaseEntry):
3030
type: Literal["promise.create"]
31+
labels: NotRequired[dict[str, str]]
3132

3233

3334
class PromiseCompleteEntry(_BaseEntry):
@@ -39,6 +40,7 @@ class PromiseCompleteEntry(_BaseEntry):
3940

4041
class StreamCreateEntry(_BaseEntry):
4142
type: Literal["stream.create"]
43+
labels: NotRequired[dict[str, str]]
4244

4345

4446
class StreamEmitEntry(_BaseEntry):

0 commit comments

Comments
 (0)