Skip to content

build(deps): bump slack-sdk from 3.39.0 to 3.40.0 in /block-kit#34

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/pip/block-kit/slack-sdk-3.40.0
Feb 11, 2026
Merged

build(deps): bump slack-sdk from 3.39.0 to 3.40.0 in /block-kit#34
github-actions[bot] merged 1 commit intomainfrom
dependabot/pip/block-kit/slack-sdk-3.40.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 11, 2026

Bumps slack-sdk from 3.39.0 to 3.40.0.

Release notes

Sourced from slack-sdk's releases.

v3.40.0

Agent Thinking Steps: Display Tasks/Tools, Plans, and Markdown Text

🍿 Preview: Display as Plan

2026-02-10-thinking-steps-display-mode-plan.mov

🍿 Preview: Display as Timeline

2026-02-10-thinking-steps-display-mode-timeline.mov

📺 Chat Stream with 2 Display Mode

  • Plan Display Mode
  • Timeline Display Mode

👾 Chat Stream Structured Content

Now, you can display a mixture of structured content called "chunks":

  • 🔠 Markdown Text Block to format your text with standard markdown
  • ☑️ Task Card Block to display a single task, representing an AI Tool Call or general action
  • 🗒️ Plan Block to display a collection of related tasks
  • 📚 URL Sources Element to display references within a task card block

Available in:

  • 🔌 API Methods: chat_startStream, chat_appendStream, and chat_stopStream
  • 🛟 Chat Stream Helper: streamer = client.chat_stream(...), streamer.append(...)

🕹️ Example

streamer = client.chat_stream(
    channel=channel_id,
    recipient_team_id=team_id,
    recipient_user_id=user_id,
    thread_ts=thread_ts,
    task_display_mode="plan",
)
streamer.append(
chunks=[
MarkdownTextChunk(
text="Hello.\nI have received the task. ",
),
MarkdownTextChunk(
text="This task appears manageable.\nThat is good.",
),
TaskUpdateChunk(
</tr></table>

... (truncated)

Commits
  • 8b0bd0b chore(release): version 3.40.0 (#1831)
  • af6a7bb feat: add thinking steps support as chunks to chat stream with plan and task ...
  • c697f35 chore(deps): bump actions/checkout from 6.0.1 to 6.0.2 (#1829)
  • 564f131 chore(deps): bump actions/setup-python from 6.1.0 to 6.2.0 (#1828)
  • 6752322 chore(deps): update mypy requirement from <=1.19.0 to <=1.19.1 (#1827)
  • 4981f34 ci(deps): auto-approve / auto-merge dependencies from dependabot (#1830)
  • 95e80f8 chore(deps): bump black from 23.3.0 to 24.3.0 in /requirements (#1786)
  • 6a33604 chore(deps): bump actions/upload-artifact from 5.0.0 to 6.0.0 (#1814)
  • 8026611 chore(deps): bump actions/download-artifact from 6.0.0 to 7.0.0 (#1813)
  • 4e575b7 chore(deps): bump codecov/codecov-action from 5.5.1 to 5.5.2 (#1815)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [slack-sdk](https://github.com/slackapi/python-slack-sdk) from 3.39.0 to 3.40.0.
- [Release notes](https://github.com/slackapi/python-slack-sdk/releases)
- [Commits](slackapi/python-slack-sdk@v3.39.0...v3.40.0)

---
updated-dependencies:
- dependency-name: slack-sdk
  dependency-version: 3.40.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Feb 11, 2026
@dependabot dependabot bot requested a review from a team as a code owner February 11, 2026 13:25
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Feb 11, 2026
@github-actions github-actions bot enabled auto-merge (squash) February 11, 2026 13:25
@github-actions github-actions bot merged commit 1925dfc into main Feb 11, 2026
3 checks passed
@github-actions github-actions bot deleted the dependabot/pip/block-kit/slack-sdk-3.40.0 branch February 11, 2026 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants