From d6936ac928d5c41d3c4d5897a8bf224a9dd5525b Mon Sep 17 00:00:00 2001 From: Viet Nguyen Duc Date: Tue, 21 May 2024 10:21:35 +0700 Subject: [PATCH] [build]: pin to requests 2.31 to resolve docker library error A temporary workaround for https://github.com/docker/docker-py/issues/3256 --- tests/bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/bootstrap.sh b/tests/bootstrap.sh index b412e885c..bb157e94d 100755 --- a/tests/bootstrap.sh +++ b/tests/bootstrap.sh @@ -9,6 +9,7 @@ fi python -m pip install selenium==${BINDING_VERSION} \ docker===7.0.0 \ + requests===2.31.0 \ chardet \ | grep -v 'Requirement already satisfied'