Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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" This commit allows pip to install requests according to its dependency tree. Fixes: #381 Signed-off-by: Hyounggyu Choi <[email protected]>
- Loading branch information