-
Notifications
You must be signed in to change notification settings - Fork 2
chore(deps): update dependency slack-sdk to v3.39.0 #309
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
Kudos, SonarCloud Quality Gate passed! |
3dd590c to
787ce21
Compare
787ce21 to
9a2f7f5
Compare
|
Kudos, SonarCloud Quality Gate passed! |
9a2f7f5 to
c2e4e17
Compare
c2e4e17 to
4b6b375
Compare
4b6b375 to
e353e5c
Compare
e353e5c to
b3be2ad
Compare
b3be2ad to
de559dd
Compare
de559dd to
bdf5789
Compare
bdf5789 to
564addb
Compare
564addb to
6d806d7
Compare
6d806d7 to
f4dc34f
Compare
f4dc34f to
4274811
Compare
4274811 to
0232de2
Compare
0232de2 to
a96a8c5
Compare
8c7f119 to
1bf7790
Compare
1bf7790 to
4e5f1a4
Compare
4e5f1a4 to
393a55c
Compare
393a55c to
47bca39
Compare
47bca39 to
c251c25
Compare
c251c25 to
c8b522e
Compare
c8b522e to
7ef2a5a
Compare
|
7ef2a5a to
167c7d1
Compare
|
167c7d1 to
cb04408
Compare
cb04408 to
6deedde
Compare
6deedde to
29c3ffb
Compare
29c3ffb to
a6306cc
Compare
a6306cc to
c0131fc
Compare
|











This PR contains the following updates:
==3.22.0→==3.39.0Release Notes
slackapi/python-slack-sdk (slack-sdk)
v3.39.0Compare Source
What's Changed
🚀 Enhancements
📦 Other changes
New Contributors
Full Changelog: slackapi/python-slack-sdk@v3.38.0...v3.39.0
Milestone: https://github.com/slackapi/python-slack-sdk/milestone/114?closed=1
v3.38.0Compare Source
What's Changed
🚀 Enhancements
🐛 Bug Fixes
📚 Documentation
📦 Other changes
blackby @WilliamBergamin in #1778New Contributors
Full Changelog: slackapi/python-slack-sdk@v3.37.0...v3.38.0
Milestone: https://github.com/slackapi/python-slack-sdk/milestone/113?closed=1
v3.37.0Compare Source
AI-Enabled Features: Loading States, Text Streaming, and Feedback Buttons
🍿 Preview
2025-10-06-loading-state-text-streaming-feedback.mov
📚 Changelog
⚡ Getting Started
Try the AI Agent Sample app to explore the AI-enabled features and existing Assistant helper:
After the app starts, send a message to the "slack-ai-agent-app" bot for a unique response.
⌛ 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:
🔮 Text Streaming Helper
The
chat_stream()helper utility can be used to streamline calling the 3 text streaming methods:🔠 Text Streaming Methods
Alternative to the Text Streaming Helper is to call the individual methods.
1)
client.chat_startStreamFirst, start a chat text stream to stream a response to any message:
2)
client.chat_appendStreamAfter starting a chat text stream, you can then append text to it in chunks (often from your favourite LLM SDK) to convey a streaming effect:
3)
client.chat_stopStreamLastly, you can stop the chat text stream to finalize your message:
👍🏻 Feedback Buttons
Add feedback buttons to the bottom of a message, after stopping a text stream, to gather user feedback:
chat_postMessagesupportsmarkdown_textLearn more in #1718
🧩 Markdown Block
Learn more in #1748
🎞️ Workflows Featured Methods
Add support for the
workflows.featured.{add|list|remove|set}methods:Learn more in #1712
What's Changed
👾 Enhancements
🐛 Bug fixes
📚 Documentation
🤖 Dependencies
🧰 Maintenance
New Contributors 🎉
Milestone: https://github.com/slackapi/python-slack-sdk/milestone/112
Full Changelog: slackapi/python-slack-sdk@v3.36.0...v3.37.0
Package: https://pypi.org/project/slack-sdk/3.37.0/
v3.36.0Compare Source
What's changed
👾 Enhancements
🧪 Tests
📚 Documentation
🤖 Dependencies
🧰 Maintenance
Milestone: https://github.com/slackapi/python-slack-sdk/milestone/111
Full Changelog: slackapi/python-slack-sdk@v3.35.0...v3.36.0
v3.35.0: version 3.35.0Compare Source
What's Changed
➕ features
channelsparam to files.upload v2 method by @seratch in #1641🐛 fixes
📚 docs
channel_idinstead ofchannelinfiles_upload_v2documentation by @WilliamBergamin in #1670🏗️ maintenance
New Contributors
v3.34.0: version 3.34.0Compare Source
Changes
Dependabot
v3.33.5: version 3.33.5Compare Source
Changes
v3.33.4: version 3.33.4Compare Source
Changes
v3.33.3: version 3.33.3Compare Source
Changes
v3.33.2: version 3.33.2Compare Source
Changes
v3.33.1: version 3.33.1Compare Source
Changes
v3.33.0: version 3.33.0Compare Source
Changes
v3.32.0: version 3.32.0Compare Source
What's Changed
Features and Fixes
conversations.requestSharedapprove,deny&listby @WilliamBergamin in #1530Documentation
Misc
Dependabot
New Contributors
v3.31.0: version 3.31.0Compare Source
What's Changed
conversations.externalInvitePermissions.setAPI by @WilliamBergamin in #1517team.externalTeams.disconnectby @WilliamBergamin in #1526bot_access_tokensfrom the debug logs of socket mode by @WilliamBergamin in #1519v3.30.0: version 3.30.0Compare Source
Changes
All issues/pull requests: https://github.com/slackapi/python-slack-sdk/milestone/99?closed=1
Full Changelog: slackapi/python-slack-sdk@v3.29.0...v3.30.0
v3.29.0: version 3.29.0Compare Source
Changes
v3.28.0: version 3.28.0Compare Source
What's Changed
New Contributors
All issues/pull requests: https://github.com/slackapi/python-slack-sdk/milestone/95?closed=1
Full Changelog: slackapi/python-slack-sdk@v3.27.2...v3.28.0
v3.27.2: version 3.27.2Compare Source
Changes
RichTextElement.elementsitems are never promoted to a proper Python object type - Thanks @k1e1n04 @kezabellev3.27.1: version 3.27.1Compare Source
Changes
v3.27.0: version 3.27.0Compare Source
Changes
v3.26.2: version 3.26.2Compare Source
Changes
v3.26.1: version 3.26.1Compare Source
Changes
forceargument toconversations.inviteAPI method - Thanks @filmajv3.26.0: version 3.26.0Compare Source
Changes
v3.25.0: version 3.25.0Compare Source
Changes
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.