Skip to content

Chore: update redata-commons dependency #271

@zoidy

Description

@zoidy

Is there an existing issue for this?

  • I have searched the existing issues

Description

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)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions