]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commit
scripts/build_utils.sh: pin urllib3 and requests 2130/head
authorLaura Flores <lflores@redhat.com>
Thu, 4 May 2023 22:48:17 +0000 (17:48 -0500)
committerLaura Flores <lflores@redhat.com>
Fri, 5 May 2023 20:05:37 +0000 (15:05 -0500)
commitfa99bed63b9a0bdcdc4dd77b7c66b39971efd72a
tree8a584e8d95161c289734cc821393041e24121bce
parent7f3194a3a6f5681dc50e3a35c639a46f957b4f36
scripts/build_utils.sh: pin urllib3 and requests

The latest version of chacractl requires requests-toolbelt==0.9.1.
This is not compatible with the latest version of urllib3, which
dropped support for appengine.

We need to pin urllib3 to an older version that still supports
appengine, and requests to an older version that still supports
the older urllib3 until charactl allows a higher version of
requests-toolbelt.

Fixes: https://tracker.ceph.com/issues/59652
Signed-off-by: Laura Flores <lflores@redhat.com>
scripts/build_utils.sh