fix: resolve OAuth installation store bugs and typos by WilliamBergamin · Pull Request #1864 · slackapi/python-slack-sdk · GitHub
Skip to content

fix: resolve OAuth installation store bugs and typos#1864

Merged
WilliamBergamin merged 4 commits into
mainfrom
oauth-installation-store-bugs
Apr 29, 2026
Merged

fix: resolve OAuth installation store bugs and typos#1864
WilliamBergamin merged 4 commits into
mainfrom
oauth-installation-store-bugs

Conversation

@WilliamBergamin

Copy link
Copy Markdown
Contributor

Summary

  • Fix KeyError in AsyncCacheableInstallationStore.async_delete_bot when deleting a bot that isn't cached (aligns with sync version's guard)
  • Fix incorrect error messages in S3 delete_bot/delete_installation that said "Failed to find bot installation data" instead of "Failed to delete"
  • Fix typo "absense""absence" in log messages across file, S3, and SQLite3 installation stores

Testing

CI coverage should be sufficient

Category

  • slack_sdk.web.WebClient (sync/async) (Web API client)
  • slack_sdk.webhook.WebhookClient (sync/async) (Incoming Webhook, response_url sender)
  • slack_sdk.socket_mode (Socket Mode client)
  • slack_sdk.signature (Request Signature Verifier)
  • slack_sdk.oauth (OAuth Flow Utilities)
  • slack_sdk.models (UI component builders)
  • slack_sdk.scim (SCIM API client)
  • slack_sdk.audit_logs (Audit Logs API client)
  • slack_sdk.rtm_v2 (RTM client)
  • /docs (Documents)
  • /tutorial (PythOnBoardingBot tutorial)
  • tests/integration_tests (Automated tests for this library)

Requirements

  • I've read and understood the Contributing Guidelines and have done my best effort to follow them.
  • I've read and agree to the Code of Conduct.
  • I've run python3 -m venv .venv && source .venv/bin/activate && ./scripts/run_validation.sh after making the changes.

@codecov

codecov Bot commented Apr 28, 2026

Copy link
Copy Markdown

@zimeg zimeg left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

@WilliamBergamin LGTM but before merging might the PR title describe the guarded cache removal more?

@WilliamBergamin WilliamBergamin changed the title Oauth installation store bugs fix: resolve OAuth installation store bugs and typos Apr 28, 2026
@WilliamBergamin

Copy link
Copy Markdown
Contributor Author

@WilliamBergamin WilliamBergamin merged commit 69163d6 into main Apr 29, 2026
17 of 18 checks passed
@WilliamBergamin WilliamBergamin deleted the oauth-installation-store-bugs branch April 29, 2026 16:53
@zimeg zimeg added bug M-T: A confirmed bug report. Issues are confirmed when the reproduction steps are documented Version: 3x labels May 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:async bug M-T: A confirmed bug report. Issues are confirmed when the reproduction steps are documented semver:patch Version: 3x

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants