Skip to content

Commit

Permalink
Update slack dependency (#97)
Browse files Browse the repository at this point in the history
* Update README.md

* Update sending_messages.md

* Update test_integration.py

* Update pyproject.toml

* Update poetry.lock

* Update pyproject.toml

---------

Co-authored-by: Nicholas Lambourne <[email protected]>
  • Loading branch information
india-kerle and nicklambourne authored Nov 19, 2024
1 parent d3f26b1 commit dce3c2f
Show file tree
Hide file tree
Showing 5 changed files with 1,034 additions and 415 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ the [(Legacy) Python Slack Client](https://pypi.org/project/slackclient/) in ord

```python
from os import environ
from slack import WebClient
from slack_sdk import WebClient
from slackblocks import Message, SectionBlock


Expand Down
4 changes: 2 additions & 2 deletions docs_src/usage/sending_messages.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ An example of this is provided below along with the JSON result of rendering the
=== "Python (`slackblocks`)"
```python
from os import environ
from slack import WebClient
from slack_sdk import WebClient
from slackblocks import Message, SectionBlock


Expand Down Expand Up @@ -93,4 +93,4 @@ An example of this is provided below along with the JSON result of rendering the
```

=== "Slack UI Output"
![Hello World Slack Image](../img/hello_world.png)
![Hello World Slack Image](../img/hello_world.png)
Loading

0 comments on commit dce3c2f

Please sign in to comment.