Skip to content

Update slack-sdk requirement from <=3.26.0 to <=3.44.0 - #142

Merged
dbieber merged 1 commit into
mainfrom
dependabot/pip/slack-sdk-lte-3.37.0
Sep 5, 2026
Merged

Update slack-sdk requirement from <=3.26.0 to <=3.44.0#142
dbieber merged 1 commit into
mainfrom
dependabot/pip/slack-sdk-lte-3.37.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Nov 1, 2025

Copy link
Copy Markdown
Contributor

Updates the requirements on slack-sdk to permit the latest version.

Release notes

Sourced from slack-sdk's releases.

v3.44.0

What's Changed

🚀 Enhancements

🐛 Bug Fixes

📚 Documentation

📦 Other changes

New Contributors

Full Changelog: slackapi/python-slack-sdk@v3.43.0...v3.44.0 Milestone: https://github.com/slackapi/python-slack-sdk/milestone/120

Commits
  • 49101ef chore(release): version 3.44.0 (#1947)
  • 8e60528 feat(web-api): add session_status to chat.stopStream and chat_stream stop() h...
  • 21f62ba feat(web-api): add blocks.validate method (#1946)
  • ac312d4 feat(web-api): add agents.sessions.setStatus and agents.sessions.rename (#1942)
  • bfb098a fix(socket-mode): only release connect_operation_lock when this task acquired...
  • 7294cf4 feat(models): add typed model classes for TableBlock cells and column_setting...
  • ae87985 fix(models): type CardBlock icon/hero_image as image element (not str) (#1937)
  • c2eacc2 chore(deps): bump click from 8.0.4 to 8.4.2 (#1935)
  • ae30a65 chore(deps): bump actions/stale from 10.3.0 to 11.0.0 (#1930)
  • 9b9a497 chore(deps): bump actions/setup-python from 6.3.0 to 7.0.0 (#1928)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Nov 1, 2025

@dbieber dbieber left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Compatibility checked — slack-sdk 3.26.0→3.37.0. Verified in a Python 3.9 venv with all nine of these bumps applied together (their combined end state, not just in isolation):

  • pytest: 32 passed
  • ruff check: clean (E/F/E9 selection)
  • every gonotego module imports
  • redis 7.0.1 client exercised against a live redis server (set/get/rpush/lindex/lpop/llen/keys/delete — the operations interprocess.py uses)
  • openai 2.6.1: confirmed the four call surfaces the code uses still exist (completions.create, chat.completions.create, audio.speech.create, audio.transcriptions.create)

selenium stays at 3.141.0 (armhf geckodriver constraint) and urllib3 stays on 1.26.x, which is compatible with everything here.

🤖 Generated with Claude Code

@dbieber

dbieber commented Sep 5, 2026

Copy link
Copy Markdown
Owner

@dependabot rebase

Updates the requirements on [slack-sdk](https://github.com/slackapi/python-slack-sdk) to permit the latest version.
- [Release notes](https://github.com/slackapi/python-slack-sdk/releases)
- [Commits](slackapi/python-slack-sdk@1.0.0...v3.44.0)

---
updated-dependencies:
- dependency-name: slack-sdk
  dependency-version: 3.37.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title Update slack-sdk requirement from <=3.26.0 to <=3.37.0 Update slack-sdk requirement from <=3.26.0 to <=3.44.0 Sep 5, 2026
@dependabot
dependabot Bot force-pushed the dependabot/pip/slack-sdk-lte-3.37.0 branch from 491e428 to 405c0a4 Compare September 5, 2026 12:18
@dbieber
dbieber merged commit b326041 into main Sep 5, 2026
1 check failed
@dbieber
dbieber deleted the dependabot/pip/slack-sdk-lte-3.37.0 branch September 5, 2026 12:18
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.

1 participant