Can't install async (optional) dependencies in 3.26.2 #1455
Labels
area:async
bug
M-T: A confirmed bug report. Issues are confirmed when the reproduction steps are documented
Milestone
The Slack SDK version
slack_sdk==3.26.2
Python runtime version
Python 3.9.16
OS info
N/A
Steps to reproduce:
Expected result:
Installation with asyncio dependencies included, as described in https://github.com/slackapi/python-slack-sdk?tab=readme-ov-file#dns-performance.
Actual result:
WARNING: slack-sdk 3.26.2 does not provide the extra 'optional'
, asyncio dependencies aren't installed, and attempting to use that functionality results in an error.Note: this change was introduced in 69638bf#diff-aa105879908fd2bb65240fade83175ff1ed8f7a989981cd1d5277ad842908afe. In that PR the
optional
requirements were moved torequirements/optional.txt
, but that requires users to clone the repo and then manually install using that requirements file, which is pretty inconvenient.The text was updated successfully, but these errors were encountered: