From: Laura Flores Date: Mon, 1 May 2023 16:28:54 +0000 (+0000) Subject: mgr: add urllib3==1.26.15 to mgr/requirements.txt X-Git-Tag: v17.2.7~429^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F51335%2Fhead;p=ceph.git mgr: add urllib3==1.26.15 to mgr/requirements.txt We do not depend on any particular version of urllib3, but as a workaround to the incompatibility of urllib3 constraints between kubernetes and requests, we need to pin it temporarily to the version both are happy with. Fixes: https://tracker.ceph.com/issues/59591 Signed-off-by: Laura Flores (cherry picked from commit 80d460005e44649191aa862fa78bd278644b5237) --- diff --git a/src/pybind/mgr/requirements.txt b/src/pybind/mgr/requirements.txt index 9ee93f481be3..1c7b326a70f0 100644 --- a/src/pybind/mgr/requirements.txt +++ b/src/pybind/mgr/requirements.txt @@ -1,3 +1,4 @@ -rrequirements-required.txt asyncssh==2.9 kubernetes==11.0.0 +urllib3==1.26.15