You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am experiencing a bug where file_upload_v2 is not uploading files to Slack when using slack_bolt version 1.16.1. This bug was confirmed by the release of slack_sdk 3.20.1
However, I see the latest version on 1.16.3 of slack_bolt is not using the latest of slack_sdk3.20.1
Hi @garymalaysia, thanks for taking the time to report this. We will change the version range since the next verison. Until then, please explicitly add the slack-sdk dependency in your requirements.txt or anything equivalent that you use.
seratch
added a commit
to seratch/bolt-python
that referenced
this issue
Mar 10, 2023
Hi Slack API team,
I am experiencing a bug where
file_upload_v2
is not uploading files to Slack when usingslack_bolt
version1.16.1
. This bug was confirmed by the release of slack_sdk 3.20.1However, I see the latest version on
1.16.3
ofslack_bolt
is not using the latest ofslack_sdk
3.20.1
bolt-python/setup.py
Line 61 in 57cb043
Reproducible in:
The
slack_bolt
versionslack-bolt==1.16.1
Python runtime version
Python 3.10.8
OS info
ProductName: macOS
ProductVersion: 12.6.3
BuildVersion: 21G419
Darwin Kernel Version 21.6.0: Mon Dec 19 20:43:09 PST 2022; root:xnu-8020.240.18~2/RELEASE_ARM64_T6000
Expected result:
File to upload to slack and show in slack client
Actual result:
No response from Slack Client
Requirements
Please read the Contributing guidelines and Code of Conduct before creating this issue or pull request. By submitting, you are agreeing to those rules.
The text was updated successfully, but these errors were encountered: