Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use python requests==2.31.0. #173

Merged
merged 1 commit into from
May 23, 2024
Merged

Commits on May 23, 2024

  1. Use python requests 2.31.0.

    - The previously requested requests==2.10.0 did not met the docker==4.0.2 requirements. Because of this pip always installed the latest version of requests. This worked until ok until requests==2.32.2 was installed. This version contained changes which made docker package to fail with for example: "Error connecting: Error while fetching server API version: Not supported URL scheme http+docker". Installing requests==2.31.0 now avoids that the install of docker==4.0.2 updates to the latest requests.
    falkzoll committed May 23, 2024
    Configuration menu
    Copy the full SHA
    85a244c View commit details
    Browse the repository at this point in the history