Skip to content

Commit d8dd504

Browse files
committed
version 3.21.0
1 parent ec458ee commit d8dd504

File tree

25 files changed

+1763
-49
lines changed

25 files changed

+1763
-49
lines changed

docs-src/web/index.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -204,13 +204,14 @@ You can upload files onto Slack and share the file with people in channels. Note
204204

205205
.. code-block:: python
206206
207-
response = client.files_upload(
208-
channels="C3UKJTQAC",
207+
response = client.files_upload_v2(
208+
channel="C3UKJTQAC",
209209
file="files.pdf",
210-
title="Test upload"
210+
title="Test upload",
211+
initial_comment="Here is the latest version of the file!",
211212
)
212213
213-
See `files.upload <https://api.slack.com/methods/files.upload>`_ for more info.
214+
See `files_upload_v2 method release notes <https://github.com/slackapi/python-slack-sdk/releases/tag/v3.19.0>`_ for more info.
214215

215216
**Adding a remote file**
216217

docs/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 2028c7514a2495d4a303c389eaf023c5
3+
config: f03e5742a5c82e3eb7fb40497ab8ae0d
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/api-docs/slack_sdk/index.html

Lines changed: 277 additions & 0 deletions
Large diffs are not rendered by default.

docs/api-docs/slack_sdk/oauth/installation_store/file/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ <h2 class="section-title" id="header-classes">Classes</h2>
284284
<dl>
285285
<dt id="slack_sdk.oauth.installation_store.file.FileInstallationStore"><code class="flex name class">
286286
<span>class <span class="ident">FileInstallationStore</span></span>
287-
<span>(</span><span>*, base_dir: str = '/Users/seratch/.bolt-app-installation', historical_data_enabled: bool = True, client_id: Optional[str] = None, logger: logging.Logger = &lt;Logger slack_sdk.oauth.installation_store.file (WARNING)&gt;)</span>
287+
<span>(</span><span>*, base_dir: str = '/Users/kazuhiro.sera/.bolt-app-installation', historical_data_enabled: bool = True, client_id: Optional[str] = None, logger: logging.Logger = &lt;Logger slack_sdk.oauth.installation_store.file (WARNING)&gt;)</span>
288288
</code></dt>
289289
<dd>
290290
<div class="desc"><p>The installation store interface.</p>

docs/api-docs/slack_sdk/oauth/installation_store/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ <h3>Methods</h3>
340340
</dd>
341341
<dt id="slack_sdk.oauth.installation_store.FileInstallationStore"><code class="flex name class">
342342
<span>class <span class="ident">FileInstallationStore</span></span>
343-
<span>(</span><span>*, base_dir: str = '/Users/seratch/.bolt-app-installation', historical_data_enabled: bool = True, client_id: Optional[str] = None, logger: logging.Logger = &lt;Logger slack_sdk.oauth.installation_store.file (WARNING)&gt;)</span>
343+
<span>(</span><span>*, base_dir: str = '/Users/kazuhiro.sera/.bolt-app-installation', historical_data_enabled: bool = True, client_id: Optional[str] = None, logger: logging.Logger = &lt;Logger slack_sdk.oauth.installation_store.file (WARNING)&gt;)</span>
344344
</code></dt>
345345
<dd>
346346
<div class="desc"><p>The installation store interface.</p>

docs/api-docs/slack_sdk/oauth/state_store/file/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ <h2 class="section-title" id="header-classes">Classes</h2>
110110
<dl>
111111
<dt id="slack_sdk.oauth.state_store.file.FileOAuthStateStore"><code class="flex name class">
112112
<span>class <span class="ident">FileOAuthStateStore</span></span>
113-
<span>(</span><span>*, expiration_seconds: int, base_dir: str = '/Users/seratch/.bolt-app-oauth-state', client_id: Optional[str] = None, logger: logging.Logger = &lt;Logger slack_sdk.oauth.state_store.file (WARNING)&gt;)</span>
113+
<span>(</span><span>*, expiration_seconds: int, base_dir: str = '/Users/kazuhiro.sera/.bolt-app-oauth-state', client_id: Optional[str] = None, logger: logging.Logger = &lt;Logger slack_sdk.oauth.state_store.file (WARNING)&gt;)</span>
114114
</code></dt>
115115
<dd>
116116
<div class="desc"></div>

docs/api-docs/slack_sdk/oauth/state_store/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ <h2 class="section-title" id="header-classes">Classes</h2>
8080
<dl>
8181
<dt id="slack_sdk.oauth.state_store.FileOAuthStateStore"><code class="flex name class">
8282
<span>class <span class="ident">FileOAuthStateStore</span></span>
83-
<span>(</span><span>*, expiration_seconds: int, base_dir: str = '/Users/seratch/.bolt-app-oauth-state', client_id: Optional[str] = None, logger: logging.Logger = &lt;Logger slack_sdk.oauth.state_store.file (WARNING)&gt;)</span>
83+
<span>(</span><span>*, expiration_seconds: int, base_dir: str = '/Users/kazuhiro.sera/.bolt-app-oauth-state', client_id: Optional[str] = None, logger: logging.Logger = &lt;Logger slack_sdk.oauth.state_store.file (WARNING)&gt;)</span>
8484
</code></dt>
8585
<dd>
8686
<div class="desc"></div>

docs/api-docs/slack_sdk/version.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ <h1 class="title">Module <code>slack_sdk.version</code></h1>
2828
<span>Expand source code</span>
2929
</summary>
3030
<pre><code class="python">&#34;&#34;&#34;Check the latest version at https://pypi.org/project/slack-sdk/&#34;&#34;&#34;
31-
__version__ = &#34;3.20.2&#34;</code></pre>
31+
__version__ = &#34;3.21.0&#34;</code></pre>
3232
</details>
3333
</section>
3434
<section>

0 commit comments

Comments
 (0)