Skip to content

build(deps): bump slack-sdk from 3.36.0 to 3.37.0 in /tools/base#385

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/tools/base/slack-sdk-3.37.0
Closed

build(deps): bump slack-sdk from 3.36.0 to 3.37.0 in /tools/base#385
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/tools/base/slack-sdk-3.37.0

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Oct 7, 2025

Bumps slack-sdk from 3.36.0 to 3.37.0.

Release notes

Sourced from slack-sdk's releases.

v3.37.0

AI-Enabled Features: Loading States, Text Streaming, and Feedback Buttons

🍿 Preview

2025-10-06-loading-state-text-streaming-feedback.mov

⚡ Getting Started

Try the AI Agent Sample app to explore the AI-enabled features and existing Assistant helper:

# Create a new AI Agent app
$ slack create slack-ai-agent-app --template slack-samples/bolt-python-assistant-template
$ cd slack-ai-agent-app/
Initialize Python Virtual Environment
$ python3 -m venv .venv
$ source .venv/bin/activate
$ pip install -r requirements.txt
Add your OPENAI_API_KEY
$ export OPENAI_API_KEY=sk-proj-ahM...
Run the local dev server
$ slack run

⌛ Loading States

Loading states allows you to not only set the status (e.g. "My app is typing...") but also sprinkle some personality by cycling through a collection of loading messages:

@app.message()
def handle_message(message, client):
    client.assistant_threads_setStatus(
        channel_id=channel_id,
        thread_ts=thread_ts,
        status="thinking...",
        loading_messages=[
            "Teaching the hamsters to type faster…",
            "Untangling the internet cables…",
            "Consulting the office goldfish…",
            "Polishing up the response just for you…",
            "Convincing the AI to stop overthinking…",
        ],
    )
# Start a new message stream

... (truncated)

Commits
  • 9624808 version 3.37.0 (#1767)
  • a5a2e5b feat: add ai-enabled features text streaming methods, feedback blocks, and lo...
  • 82aad20 docs: replace links from api.slack.com to docs.slack.dev redirects (#1763)
  • 83661b7 chore(deps): bump docutils from 0.22 to 0.22.2 (#1757)
  • a12ed71 chore(deps): update mypy requirement from <=1.17.1 to <=1.18.2 (#1758)
  • cbbeb2b feat(models): add markdown block (#1748)
  • ed1893d chore(deps): update mypy requirement from <=1.15.0 to <=1.17.1 (#1740)
  • eb1c7af chore(deps): update pytest-cov requirement from <7,>=2 to >=2,<8 (#1741)
  • 435bf6d chore(deps): bump codecov/codecov-action from 5.5.0 to 5.5.1 (#1739)
  • 33065e7 chore(deps): bump actions/stale from 9.1.0 to 10.0.0 (#1738)
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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.36.0 to 3.37.0.
- [Release notes](https://github.com/slackapi/python-slack-sdk/releases)
- [Commits](slackapi/python-slack-sdk@v3.36.0...v3.37.0)

---
updated-dependencies:
- dependency-name: slack-sdk
  dependency-version: 3.37.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 Oct 7, 2025
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 14, 2025

Superseded by #407.

@dependabot dependabot bot closed this Nov 14, 2025
@dependabot dependabot bot deleted the dependabot/pip/tools/base/slack-sdk-3.37.0 branch November 14, 2025 06:04
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