Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@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] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 7, 2025
@dependabot dependabot bot requested review from arkid15r and kasya as code owners October 7, 2025 07:16
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 7, 2025
Copy link
Contributor

coderabbitai bot commented Oct 7, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Note

Free review on us!

CodeRabbit is offering free reviews until Wed Oct 08 2025 to showcase some of the refinements we've made.

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link

sonarqubecloud bot commented Oct 7, 2025

@arkid15r arkid15r added this pull request to the merge queue Oct 7, 2025
Merged via the queue into main with commit 4e6ee23 Oct 7, 2025
25 checks passed
@arkid15r arkid15r deleted the dependabot/pip/backend/main/slack-sdk-3.37.0 branch October 7, 2025 18:20
mrkeshav-05 pushed a commit to mrkeshav-05/Nest that referenced this pull request Oct 7, 2025
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend 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.

1 participant