Skip to content

Commit 852377b

Browse files
committed
chore(release): version 3.36.0.dev0
1 parent 4a3c0ed commit 852377b

File tree

17 files changed

+2199
-319
lines changed

17 files changed

+2199
-319
lines changed

docs/reference/index.html

Lines changed: 435 additions & 59 deletions
Large diffs are not rendered by default.

docs/reference/models/blocks/basic_components.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ <h2 class="section-title" id="header-classes">Classes</h2>
5656
<span>Expand source code</span>
5757
</summary>
5858
<pre><code class="python">class ConfirmObject(JsonObject):
59-
attributes = {} # type: ignore[assignment] # no attributes because to_dict has unique implementations
59+
attributes: Set[str] = set()
6060

6161
title_max_length = 100
6262
text_max_length = 300
@@ -164,7 +164,7 @@ <h3>Ancestors</h3>
164164
</ul>
165165
<h3>Class variables</h3>
166166
<dl>
167-
<dt id="slack_sdk.models.blocks.basic_components.ConfirmObject.attributes"><code class="name">var <span class="ident">attributes</span></code></dt>
167+
<dt id="slack_sdk.models.blocks.basic_components.ConfirmObject.attributes"><code class="name">var <span class="ident">attributes</span> : Set[str]</code></dt>
168168
<dd>
169169
<div class="desc"><p>The type of the None singleton.</p></div>
170170
</dd>
@@ -546,7 +546,7 @@ <h3>Inherited members</h3>
546546
different required formats in different situations
547547
&#34;&#34;&#34;
548548

549-
attributes = {} # type: ignore[assignment] # no attributes because to_dict has unique implementations
549+
attributes: Set[str] = set()
550550
logger = logging.getLogger(__name__)
551551

552552
label_max_length = 75
@@ -719,7 +719,7 @@ <h3>Ancestors</h3>
719719
</ul>
720720
<h3>Class variables</h3>
721721
<dl>
722-
<dt id="slack_sdk.models.blocks.basic_components.Option.attributes"><code class="name">var <span class="ident">attributes</span></code></dt>
722+
<dt id="slack_sdk.models.blocks.basic_components.Option.attributes"><code class="name">var <span class="ident">attributes</span> : Set[str]</code></dt>
723723
<dd>
724724
<div class="desc"><p>The type of the None singleton.</p></div>
725725
</dd>
@@ -828,7 +828,7 @@ <h3>Inherited members</h3>
828828
different required formats in different situations
829829
&#34;&#34;&#34;
830830

831-
attributes = {} # type: ignore[assignment] # no attributes because to_dict has unique implementations
831+
attributes: Set[str] = set()
832832
label_max_length = 75
833833
options_max_length = 100
834834
logger = logging.getLogger(__name__)
@@ -932,7 +932,7 @@ <h3>Ancestors</h3>
932932
</ul>
933933
<h3>Class variables</h3>
934934
<dl>
935-
<dt id="slack_sdk.models.blocks.basic_components.OptionGroup.attributes"><code class="name">var <span class="ident">attributes</span></code></dt>
935+
<dt id="slack_sdk.models.blocks.basic_components.OptionGroup.attributes"><code class="name">var <span class="ident">attributes</span> : Set[str]</code></dt>
936936
<dd>
937937
<div class="desc"><p>The type of the None singleton.</p></div>
938938
</dd>

docs/reference/models/blocks/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1130,7 +1130,7 @@ <h3>Inherited members</h3>
11301130
<span>Expand source code</span>
11311131
</summary>
11321132
<pre><code class="python">class ConfirmObject(JsonObject):
1133-
attributes = {} # type: ignore[assignment] # no attributes because to_dict has unique implementations
1133+
attributes: Set[str] = set()
11341134

11351135
title_max_length = 100
11361136
text_max_length = 300
@@ -1238,7 +1238,7 @@ <h3>Ancestors</h3>
12381238
</ul>
12391239
<h3>Class variables</h3>
12401240
<dl>
1241-
<dt id="slack_sdk.models.blocks.ConfirmObject.attributes"><code class="name">var <span class="ident">attributes</span></code></dt>
1241+
<dt id="slack_sdk.models.blocks.ConfirmObject.attributes"><code class="name">var <span class="ident">attributes</span> : Set[str]</code></dt>
12421242
<dd>
12431243
<div class="desc"><p>The type of the None singleton.</p></div>
12441244
</dd>
@@ -3936,7 +3936,7 @@ <h3>Inherited members</h3>
39363936
different required formats in different situations
39373937
&#34;&#34;&#34;
39383938

3939-
attributes = {} # type: ignore[assignment] # no attributes because to_dict has unique implementations
3939+
attributes: Set[str] = set()
39403940
logger = logging.getLogger(__name__)
39413941

39423942
label_max_length = 75
@@ -4109,7 +4109,7 @@ <h3>Ancestors</h3>
41094109
</ul>
41104110
<h3>Class variables</h3>
41114111
<dl>
4112-
<dt id="slack_sdk.models.blocks.Option.attributes"><code class="name">var <span class="ident">attributes</span></code></dt>
4112+
<dt id="slack_sdk.models.blocks.Option.attributes"><code class="name">var <span class="ident">attributes</span> : Set[str]</code></dt>
41134113
<dd>
41144114
<div class="desc"><p>The type of the None singleton.</p></div>
41154115
</dd>
@@ -4218,7 +4218,7 @@ <h3>Inherited members</h3>
42184218
different required formats in different situations
42194219
&#34;&#34;&#34;
42204220

4221-
attributes = {} # type: ignore[assignment] # no attributes because to_dict has unique implementations
4221+
attributes: Set[str] = set()
42224222
label_max_length = 75
42234223
options_max_length = 100
42244224
logger = logging.getLogger(__name__)
@@ -4322,7 +4322,7 @@ <h3>Ancestors</h3>
43224322
</ul>
43234323
<h3>Class variables</h3>
43244324
<dl>
4325-
<dt id="slack_sdk.models.blocks.OptionGroup.attributes"><code class="name">var <span class="ident">attributes</span></code></dt>
4325+
<dt id="slack_sdk.models.blocks.OptionGroup.attributes"><code class="name">var <span class="ident">attributes</span> : Set[str]</code></dt>
43264326
<dd>
43274327
<div class="desc"><p>The type of the None singleton.</p></div>
43284328
</dd>

docs/reference/models/dialoags.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ <h3>Inherited members</h3>
247247
<span>Expand source code</span>
248248
</summary>
249249
<pre><code class="python">class DialogBuilder(JsonObject):
250-
attributes = {} # type: ignore[assignment] # no attributes because to_dict has unique implementation
250+
attributes: Set[str] = set()
251251

252252
_callback_id: Optional[str]
253253
_elements: List[Union[DialogTextComponent, AbstractDialogSelector]]
@@ -687,7 +687,7 @@ <h3>Ancestors</h3>
687687
</ul>
688688
<h3>Class variables</h3>
689689
<dl>
690-
<dt id="slack_sdk.models.dialoags.DialogBuilder.attributes"><code class="name">var <span class="ident">attributes</span></code></dt>
690+
<dt id="slack_sdk.models.dialoags.DialogBuilder.attributes"><code class="name">var <span class="ident">attributes</span> : Set[str]</code></dt>
691691
<dd>
692692
<div class="desc"><p>The type of the None singleton.</p></div>
693693
</dd>

docs/reference/models/dialogs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ <h3>Inherited members</h3>
247247
<span>Expand source code</span>
248248
</summary>
249249
<pre><code class="python">class DialogBuilder(JsonObject):
250-
attributes = {} # type: ignore[assignment] # no attributes because to_dict has unique implementation
250+
attributes: Set[str] = set()
251251

252252
_callback_id: Optional[str]
253253
_elements: List[Union[DialogTextComponent, AbstractDialogSelector]]
@@ -687,7 +687,7 @@ <h3>Ancestors</h3>
687687
</ul>
688688
<h3>Class variables</h3>
689689
<dl>
690-
<dt id="slack_sdk.models.dialogs.DialogBuilder.attributes"><code class="name">var <span class="ident">attributes</span></code></dt>
690+
<dt id="slack_sdk.models.dialogs.DialogBuilder.attributes"><code class="name">var <span class="ident">attributes</span> : Set[str]</code></dt>
691691
<dd>
692692
<div class="desc"><p>The type of the None singleton.</p></div>
693693
</dd>

docs/reference/oauth/installation_store/async_cacheable_installation_store.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ <h2 class="section-title" id="header-classes">Classes</h2>
7474
def logger(self) -&gt; Logger:
7575
return self.underlying.logger
7676

77-
async def async_save(self, installation: Installation): # type: ignore[explicit-override]
77+
async def async_save(self, installation: Installation):
7878
# Invalidate cache data for update operations
7979
key = f&#34;{installation.enterprise_id or &#39;&#39;}-{installation.team_id or &#39;&#39;}&#34;
8080
if key in self.cached_bots:
@@ -84,14 +84,14 @@ <h2 class="section-title" id="header-classes">Classes</h2>
8484
self.cached_installations.pop(key)
8585
return await self.underlying.async_save(installation)
8686

87-
async def async_save_bot(self, bot: Bot): # type: ignore[explicit-override]
87+
async def async_save_bot(self, bot: Bot):
8888
# Invalidate cache data for update operations
8989
key = f&#34;{bot.enterprise_id or &#39;&#39;}-{bot.team_id or &#39;&#39;}&#34;
9090
if key in self.cached_bots:
9191
self.cached_bots.pop(key)
9292
return await self.underlying.async_save_bot(bot)
9393

94-
async def async_find_bot( # type: ignore[explicit-override]
94+
async def async_find_bot(
9595
self,
9696
*,
9797
enterprise_id: Optional[str],
@@ -112,7 +112,7 @@ <h2 class="section-title" id="header-classes">Classes</h2>
112112
self.cached_bots[key] = bot
113113
return bot
114114

115-
async def async_find_installation( # type: ignore[explicit-override]
115+
async def async_find_installation(
116116
self,
117117
*,
118118
enterprise_id: Optional[str],

docs/reference/oauth/installation_store/cacheable_installation_store.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ <h2 class="section-title" id="header-classes">Classes</h2>
7474
def logger(self) -&gt; Logger:
7575
return self.underlying.logger
7676

77-
def save(self, installation: Installation): # type: ignore[explicit-override]
77+
def save(self, installation: Installation):
7878
# Invalidate cache data for update operations
7979
key = f&#34;{installation.enterprise_id or &#39;&#39;}-{installation.team_id or &#39;&#39;}&#34;
8080
if key in self.cached_bots:
@@ -85,14 +85,14 @@ <h2 class="section-title" id="header-classes">Classes</h2>
8585

8686
return self.underlying.save(installation)
8787

88-
def save_bot(self, bot: Bot): # type: ignore[explicit-override]
88+
def save_bot(self, bot: Bot):
8989
# Invalidate cache data for update operations
9090
key = f&#34;{bot.enterprise_id or &#39;&#39;}-{bot.team_id or &#39;&#39;}&#34;
9191
if key in self.cached_bots:
9292
self.cached_bots.pop(key)
9393
return self.underlying.save_bot(bot)
9494

95-
def find_bot( # type: ignore[explicit-override]
95+
def find_bot(
9696
self,
9797
*,
9898
enterprise_id: Optional[str],
@@ -113,7 +113,7 @@ <h2 class="section-title" id="header-classes">Classes</h2>
113113
self.cached_bots[key] = bot
114114
return bot
115115

116-
def find_installation( # type: ignore[explicit-override]
116+
def find_installation(
117117
self,
118118
*,
119119
enterprise_id: Optional[str],

docs/reference/socket_mode/client.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ <h2 class="section-title" id="header-classes">Classes</h2>
167167

168168
for listener in self.message_listeners:
169169
try:
170-
listener(self, message, raw_message) # type: ignore[call-arg, arg-type]
170+
listener(self, message, raw_message) # type: ignore[call-arg, arg-type, misc]
171171
except Exception as e:
172172
self.logger.exception(f&#34;Failed to run a message listener: {e}&#34;)
173173

@@ -431,7 +431,7 @@ <h3>Methods</h3>
431431

432432
for listener in self.message_listeners:
433433
try:
434-
listener(self, message, raw_message) # type: ignore[call-arg, arg-type]
434+
listener(self, message, raw_message) # type: ignore[call-arg, arg-type, misc]
435435
except Exception as e:
436436
self.logger.exception(f&#34;Failed to run a message listener: {e}&#34;)
437437

docs/reference/socket_mode/websocket_client/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ <h2 class="section-title" id="header-classes">Classes</h2>
9191
auto_reconnect_enabled: bool
9292
default_auto_reconnect_enabled: bool
9393

94-
close: bool # type: ignore[assignment]
94+
closed: bool
9595
connect_operation_lock: Lock
9696

9797
on_open_listeners: List[Callable[[WebSocketApp], None]]
@@ -258,7 +258,7 @@ <h2 class="section-title" id="header-classes">Classes</h2>
258258
)
259259
raise e
260260

261-
def close(self) -&gt; None: # type: ignore[explicit-override, no-redef]
261+
def close(self) -&gt; None:
262262
self.closed = True
263263
self.auto_reconnect_enabled = False
264264
self.disconnect()
@@ -384,7 +384,7 @@ <h3>Methods</h3>
384384
<summary>
385385
<span>Expand source code</span>
386386
</summary>
387-
<pre><code class="python">def close(self) -&gt; None: # type: ignore[explicit-override, no-redef]
387+
<pre><code class="python">def close(self) -&gt; None:
388388
self.closed = True
389389
self.auto_reconnect_enabled = False
390390
self.disconnect()

0 commit comments

Comments
 (0)