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
Update redata in requirements.txt to 0.51. This release updates the requests and urllib3 libraries with possible breaking changes.
requests 2.29 introduces a change to how chunked downloads are handled
requests 2.30 introduces urllib3 2.0 which itself may have breaking changes
Suggested Implementation
LD-Cool-P uses the urllib library directly as well as chunked downloads. Therefore, the following tests are needed. With the latest requests library, test
qualtrics link generation (or verify that no affected functions are used from urllib)
qualtrics API report downloads (or verify that no affected functions are used from urllib)
downloading large files (anything more than a few tens of MB)
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Description
Update redata in requirements.txt to 0.51. This release updates the
requests
andurllib3
libraries with possible breaking changes.requests
2.29 introduces a change to how chunked downloads are handledrequests
2.30 introducesurllib3
2.0 which itself may have breaking changesSuggested Implementation
LD-Cool-P uses the urllib library directly as well as chunked downloads. Therefore, the following tests are needed. With the latest requests library, test
The text was updated successfully, but these errors were encountered: