Skip to content

Conversation

@vegeris
Copy link
Contributor

@vegeris vegeris commented Nov 18, 2025

Summary

Bump the version for release 3.39.0

Feature work included in the Milestone : (diff)

  • Work Objects support
  • slackLists methods
  • Table block support

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.

@vegeris vegeris added this to the 3.39.0 milestone Nov 18, 2025
@vegeris vegeris added semver:minor web-client Version: 3x python Pull requests that update Python code labels Nov 18, 2025
@vegeris vegeris marked this pull request as ready for review November 18, 2025 18:51
@vegeris vegeris requested review from a team as code owners November 18, 2025 18:51
@codecov
Copy link

codecov bot commented Nov 18, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 83.90%. Comparing base (9fd33fe) to head (35a466a).
⚠️ Report is 1 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1795   +/-   ##
=======================================
  Coverage   83.90%   83.90%           
=======================================
  Files         115      115           
  Lines       13080    13080           
=======================================
  Hits        10975    10975           
  Misses       2105     2105           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@lukegalbraithrussell lukegalbraithrussell left a comment

Choose a reason for hiding this comment

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

generated reference docs look good!

@zimeg
Copy link
Member

zimeg commented Nov 18, 2025

Can we perhaps wait for #1772 to merge? I think review is close to complete!

@zimeg
Copy link
Member

zimeg commented Nov 19, 2025

😓 I don't mean to delay this more but #1788 is close to merge too I think!

@vegeris
Copy link
Contributor Author

vegeris commented Nov 20, 2025

Now that the those PRs are merged, I pulled in main and re-generated the docs 🙂 Should be okay to release now

@vegeris vegeris merged commit 978dd56 into main Nov 20, 2025
14 checks passed
@vegeris vegeris deleted the 3.39.0-release branch November 20, 2025 15:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

python Pull requests that update Python code semver:minor Version: 3x web-client

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants