Skip to content
Snippets Groups Projects

Fix dependency issues between boto3 and types-requests

Merged David Douard requested to merge douardda/swh-dataset:fix-deps into master
All threads resolved!

boto3 has a dependency constraint urllib2<2 which is clashing with recent types-requests (see https://github.com/python/typeshed/blob/main/stubs/requests/METADATA.toml)

This ensures dependencies of swh.dataset do not get hit by this clash, making the dependecy solver of pip very slow (and selecting very old versions of some of these dependencies).

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • David Douard added 1 commit

    added 1 commit

    • 919f6a56 - Fix dependency issues between boto3 and types-requests

    Compare with previous version

  • Jenkins job DDATASET/gitlab-builds #61 succeeded .
    See Console Output and Coverage Report for more details.

  • David Douard resolved all threads

    resolved all threads

  • merged

  • Please register or sign in to reply
    Loading