Skip to content
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

Update slack_sdk version to fix file_upload_v2 #850

Closed
garymalaysia opened this issue Mar 9, 2023 · 1 comment · Fixed by #852
Closed

Update slack_sdk version to fix file_upload_v2 #850

garymalaysia opened this issue Mar 9, 2023 · 1 comment · Fixed by #852
Labels
bug Something isn't working
Milestone

Comments

@garymalaysia
Copy link

Hi Slack API team,

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_sdk 3.20.1

"slack_sdk>=3.18.5,<4",

Reproducible in:

pip freeze | grep slack
python --version
sw_vers && uname -v # or `ver`

The slack_bolt version

slack-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.

@seratch seratch added this to the 1.16.4 milestone Mar 9, 2023
@seratch seratch added the bug Something isn't working label Mar 9, 2023
@seratch
Copy link
Member

seratch commented Mar 9, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants