Skip to content

Commit 33cad15

Browse files
committed
fix: "urllib3 (1.26.6) or chardet (3.0.4) doesn't match a supported version"
Patroni has not uses this dependence - patroni/patroni@90a4208#diff-b4ef698db8ca845e5845c4618278f29a But, if there is already an installed "requests" package of the old version, when using the patronictl, we received the following warning: urllib3 (1.26.6) or chardet (3.0.4) doesn't match a supported version! vitabaks#117
1 parent a8f1c76 commit 33cad15

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

files/requirements.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
urllib3>=1.25.9
22
boto
33
PyYAML
4-
six >= 1.7
4+
requests>=2.26.0
5+
six>=1.7
56
python-etcd>=0.4.3,<0.5
67
python-consul>=0.7.1
78
click>=4.1

0 commit comments

Comments
 (0)