Hello,

This is for python projects.

Today, May 4th, urllib3 has released a new major version 2.0.2 which breaks the extremely popular requests library.

The fix is to pin urllib3<2 to prevent the new major version from being installed (example).

https://phabricator.wikimedia.org/T335977

Upstream issue: https://github.com/psf/requests/issues/6432


Antoine "hashar" Musso
Wikimedia Release Engineering