From 71eb086882ecc5ca0a04b07cb75ad39f33879292 Mon Sep 17 00:00:00 2001 From: Laura Flores Date: Mon, 1 May 2023 16:28:54 +0000 Subject: [PATCH] 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) --- src/pybind/mgr/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pybind/mgr/requirements.txt b/src/pybind/mgr/requirements.txt index 9ee93f481be38..1c7b326a70f0f 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 -- 2.39.5