We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 910cf8c commit 1df7788Copy full SHA for 1df7788
blockkit/blocks.py
@@ -11,6 +11,7 @@
11
ConversationsSelect,
12
DatePicker,
13
DatetimePicker,
14
+ EmailTextInput,
15
ExternalSelect,
16
FileInput,
17
Image,
@@ -29,6 +30,7 @@
29
30
RichTextSection,
31
StaticSelect,
32
TimePicker,
33
+ URLTextInput,
34
UsersSelect,
35
)
36
from blockkit.objects import MarkdownText, PlainText
@@ -156,6 +158,8 @@ def __init__(
156
158
157
159
NumberInput,
160
161
162
163
]
164
165
setup.py
@@ -13,7 +13,7 @@
EMAIL = "[email protected]"
AUTHOR = "Dmitry Chernyshov"
REQUIRES_PYTHON = ">=3.7.0"
-VERSION = "1.9.0"
+VERSION = "1.9.1"
18
REQUIRED = ["pydantic[email]>=2,<3"]
19
EXTRAS = {"gen": ["black"]}
0 commit comments