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

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
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading