Skip to content

feat: add support for apps.user.connection.update - #1835

Merged
WilliamBergamin merged 4 commits into
mainfrom
add-apps-user-connection-update-method
Feb 26, 2026
Merged

feat: add support for apps.user.connection.update#1835
WilliamBergamin merged 4 commits into
mainfrom
add-apps-user-connection-update-method

Conversation

@WilliamBergamin

Copy link
Copy Markdown
Contributor

Summary

This PR aims to add support for apps.user.connection.update

Testing

Unit tests 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.

@WilliamBergaminWilliamBergamin self-assigned this Feb 20, 2026
@WilliamBergaminWilliamBergamin added enhancement M-T: A feature request for new functionality semver:minor web-client area:async labels Feb 20, 2026
@codecov

codecovBot commented Feb 20, 2026

Copy link
Copy Markdown

Codecov Report

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

Additional details and impacted files
@@ Coverage Diff @@## main #1835 +/- ##
==========================================
+ Coverage 83.98% 83.99% +0.01% 
==========================================
Files 117 117 Lines 13243 13252 +9 ==========================================
+ Hits 11122 11131 +9 
Misses 2121 2121 

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

@WilliamBergamin
WilliamBergamin marked this pull request as ready for review February 26, 2026 20:14
@WilliamBergamin
WilliamBergamin requested a review from a team as a code ownerFebruary 26, 2026 20:14

@zimegzimeg 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 Incredible additions - thanks for keeping the SDKs most fresh ✨

@WilliamBergamin
WilliamBergamin merged commit 96a914e into mainFeb 26, 2026
16 checks passed
@WilliamBergamin
WilliamBergamin deleted the add-apps-user-connection-update-method branch February 26, 2026 22:23
@WilliamBergaminWilliamBergamin added this to the 3.40.2 milestone Mar 12, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:asyncenhancementM-T: A feature request for new functionalitysemver:minorweb-client

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@WilliamBergamin@zimeg