diff --git a/setup.py b/setup.py index a0ea2eeefc..cdeddb8f42 100644 --- a/setup.py +++ b/setup.py @@ -222,6 +222,7 @@ }, install_requires=[ 'click==7.0', + 'urllib3<2', 'click-log>=0.3.2', 'docker>=4.4.4', 'docker-image-py>=0.1.10',