-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
fix: pin slack client, breaking change #10345
fix: pin slack client, breaking change #10345
Conversation
63a5476
to
3c97d31
Compare
3c97d31
to
bdd31b3
Compare
Codecov Report
@@ Coverage Diff @@
## master #10345 +/- ##
===========================================
- Coverage 70.61% 59.47% -11.15%
===========================================
Files 601 405 -196
Lines 32225 13269 -18956
Branches 3257 3257
===========================================
- Hits 22757 7892 -14865
+ Misses 9365 5196 -4169
- Partials 103 181 +78
Continue to review full report at Codecov.
|
@bkyryliuk do I understand correctly that the new version doesn't support file-like objects, but requires files to be persisted to disk prior to submission? |
yes
|
Had the issue been reported on their GitHub? If so can we link to it? If not can we report it? |
Seems like making it a file-like object ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Check my comment above. I propose bumping to 2.7.2
.
This seems to work:
I am on PTO today, won't be able to test this approach on our staging. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To get this unblocked for 0.37
, in discussions with @bkyryliuk we decided to get this merged and follow up with a 2.7.2
bump later after it has been properly tested at Dropbox.
Co-authored-by: bogdan kyryliuk <[email protected]>
Co-authored-by: bogdan kyryliuk <[email protected]>
Co-authored-by: bogdan kyryliuk <[email protected]>
Slack client versions > 2.5.0 do not accept the file content anymore. It broke the slack integration.
Added test that would capture undesired upgrades.
Eventually we can fix via writing a tmp file and then uploading it.
TEST PLAN