]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr: add urllib3==1.26.15 to mgr/requirements.txt 51334/head
authorLaura Flores <lflores@redhat.com>
Mon, 1 May 2023 16:28:54 +0000 (16:28 +0000)
committerLaura Flores <lflores@redhat.com>
Wed, 3 May 2023 14:16:49 +0000 (14:16 +0000)
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 <lflores@redhat.com>
(cherry picked from commit 80d460005e44649191aa862fa78bd278644b5237)

src/pybind/mgr/requirements.txt

index 9ee93f481be38e02132b4aa48905b8acf3a2322b..1c7b326a70f0fef4bc4cdd4589f09f8476973925 100644 (file)
@@ -1,3 +1,4 @@
 -rrequirements-required.txt
 asyncssh==2.9
 kubernetes==11.0.0
+urllib3==1.26.15