diff --git a/b2sdk/_internal/raw_api.py b/b2sdk/_internal/raw_api.py index 3699d51b..9727d917 100644 --- a/b2sdk/_internal/raw_api.py +++ b/b2sdk/_internal/raw_api.py @@ -123,7 +123,7 @@ class NotificationTargetConfiguration(TypedDict): targetType: Literal['webhook'] url: str customHeaders: NotRequired[list[NameValueDict] | None] - hmacSha256SigningSecret: NotRequired[str] + hmacSha256SigningSecret: NotRequired[str | None] EVENT_TYPE = Literal[