We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af95912 commit 281b310Copy full SHA for 281b310
1 file changed
src/duron/log.py
@@ -28,6 +28,7 @@ class ErrorInfo(TypedDict):
28
29
class PromiseCreateEntry(_BaseEntry):
30
type: Literal["promise.create"]
31
+ labels: NotRequired[dict[str, str]]
32
33
34
class PromiseCompleteEntry(_BaseEntry):
@@ -39,6 +40,7 @@ class PromiseCompleteEntry(_BaseEntry):
39
40
41
class StreamCreateEntry(_BaseEntry):
42
type: Literal["stream.create"]
43
44
45
46
class StreamEmitEntry(_BaseEntry):
0 commit comments