Skip to content

Commit 8030481

Browse files
committed
fixup! ME-620: Add v3.7
1 parent 36e1b39 commit 8030481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

livechat/webhooks/parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
def parse_webhook(
1616
wh_body: dict,
1717
version: str = stable_version,
18-
) -> Union[WebhookV33, WebhookV34, WebhookV35, WebhookV36]:
18+
) -> Union[WebhookV33, WebhookV34, WebhookV35, WebhookV36, WebhookV37]:
1919
''' Parses provided `wh_body` to a `Webhook` data class.
2020
2121
Args:

0 commit comments

Comments
 (0)