Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: Pin requests' version less than 2.32
The issue docker/docker-py#3113 seems to be resolved. The pinned version of requests (2.28.1) is no longer compatible with the current docker pip, resulting in errors like: "Error connecting: Error while fetching server API version: Not supported URL scheme http+docker" Firstly, we try to allow pip to install requests according to its dependency tree. But, the issue still occurs on Ubuntu 22.04 where docker/docker-py#3256 looks relevant. The best solution so far is to pin the version of the package less than 2.32. Initially, we attempted to allow pip to install requests according to its dependency tree. However, the issue persists on Ubuntu 22.04, and it appears to be related to docker/docker-py#3256. The best solution so far is to pin the version of the package to less than 2.32. Fixes: #381 Signed-off-by: Hyounggyu Choi <Hyounggyu.Choi@ibm.com>
- Loading branch information