]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
pybind/mgr: add urllib3==1.25.11 to mgr/requirements.txt 38021/head
authorKefu Chai <kchai@redhat.com>
Wed, 11 Nov 2020 05:09:53 +0000 (13:09 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 11 Nov 2020 05:12:09 +0000 (13:12 +0800)
commit697f8c6001b9b3a8bc299ce4f9f23dc2c7ed8bfd
tree13acc7d3aa663c5e7effc9ed9e551a731b1d8612
parent9929588ce33aa9d87a515b416a78fd6674a34a04
pybind/mgr: add urllib3==1.25.11 to mgr/requirements.txt

in hope to address the failure of

ERROR: Cannot install -r requirements.txt (line 3) and kubernetes because these package versions have conflicting dependencies.

The conflict is caused by:
    kubernetes 12.0.0 depends on urllib3>=1.24.2
    requests 2.24.0 depends on urllib3!=1.25.0, !=1.25.1, <1.26 and >=1.21.1

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/pybind/mgr/requirements.txt