zalobot-python 0.1.3__tar.gz → 0.1.4__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: zalobot-python
3
- Version: 0.1.3
3
+ Version: 0.1.4
4
4
  Summary: Python SDK for the Zalo Bot API
5
5
  Author: NovaH00
6
6
  Author-email: NovaH00 <trantay2006super@gmail.com>
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "zalobot-python"
3
- version = "0.1.3"
3
+ version = "0.1.4"
4
4
  description = "Python SDK for the Zalo Bot API"
5
5
  readme = "README.md"
6
6
  authors = [
@@ -1,4 +1,4 @@
1
- from .zalobot import ZaloBot, WebhookHandler
1
+ from .zalobot import ZaloBot, AsyncWebhookHandler
2
2
  from .models import (
3
3
  SuccessfulResponse,
4
4
  ErrorResponse,
@@ -19,7 +19,7 @@ __all__ = [
19
19
  "ErrorResponse",
20
20
  "ZaloAPIResponse",
21
21
  "ZaloBot",
22
- "WebhookHandler",
22
+ "AsyncWebhookHandler",
23
23
  "BotInfo",
24
24
  "WebhookInfo",
25
25
  "MessageInfo",
File without changes