python-slack-sdk
python-slack-sdk copied to clipboard
Slack Developer Kit for Python
If it's possible I'd love for the SCIMClient's searches to be able to be paginated like the WebClient does with the SlackResponse. It looks like it could be done with...
Currently unit tests employ a helper `async_test` method defined in in order to run async tests. As of v3.8, the `unittest` module supports a base class `IsolatedAsyncioTestCase` with a similar...
As a few Socket Mode related tests started failing only in the GitHub Actions environment, I've disabled them by this commit: https://github.com/slackapi/python-slack-sdk/commit/75b554a5e9c746641aa1805fce0584e0577f378b We would like to get the tests back...
### Description When using the lastest slackclient, which pulls in the aiohttp in setup.py with ```` install_requires=["aiohttp>3.5.2"], ```` Results in aiohttp version 4.0.0.a1. When using this version I noticed the...
Given the following: ``` >>> SectionBlock(text="").to_dict() SlackObjectFormationError: text or fields attribute must be specified ``` This is all correct enough and good enough. What's happening behind the scenes appears to...
while using slack_sdk.models.blocks import InputBlock, the inputBlock returns instead of InputBlock ### Reproducible in: ``` slack-sdk==3.18.3 ``` #### The Slack SDK version slack-sdk==3.18.3 #### Python runtime version Python 3.8.10 ####...
WebClient chat_postMessage doesn't support input blocks. This may be similar to https://github.com/slackapi/python-slack-sdk/issues/853 where an excessive input validation needed to be removed. https://github.com/slackapi/python-slack-sdk/issues/519 also looks mildly similar. ### Category (place an...
To stop testing with old versions of moto, unpin it from version 3, to the latest, and also change the test cases to cope with the new changes. ### Category...
I would like to be able to import slack into python vscode. Im getting a ModuleNotFoundError after downloading slackclient from the terminal. ### Reproducible in: ```bash SlackClient 2.9.4 slack_sdk 3.27.0...
(Describe your issue and goal here) This should work: 1. upload an image with client.files_upload_v2(), do not want it to be visible in a channel 2. chat_postMessage(blocks=type: image, image_url: file.private_url...