Skip to content

Commit 797e241

Browse files
fix Notifications type annotation
1 parent 3baf91d commit 797e241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

b2sdk/_internal/raw_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ class NotificationTargetConfiguration(TypedDict):
123123
targetType: Literal['webhook']
124124
url: str
125125
customHeaders: NotRequired[list[NameValueDict] | None]
126-
hmacSha256SigningSecret: NotRequired[str]
126+
hmacSha256SigningSecret: NotRequired[str | None]
127127

128128

129129
EVENT_TYPE = Literal[

0 commit comments

Comments
 (0)