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

Update setup.py #157

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update setup.py #157

wants to merge 1 commit into from

Conversation

Blyth0He
Copy link

the latest version of requests(2.31.0) shipped with urllib3 2.0.4 leads to an error as follow when using -web options:

[!] Failed to connect to Web Enrollment interface: _http_request() got an unexpected keyword argument 'chunked'

the latest version of requests(2.31.0) shipped with urllib3 2.0.4 leads to an error as follow when using -web options:

[!] Failed to connect to Web Enrollment interface: _http_request() got an unexpected keyword argument 'chunked'
@AdrianVollmer
Copy link
Contributor

Please don't put upper limits on dependencies, especially on popular libraries like requests. This will exacerbate dependency hell.

Here is how docker fixed the underlying issue: docker/docker-py#3113

This is the fix: https://github.com/docker/docker-py/pull/3117/files

So we probably need to change

from httplib import HTTPConnection
accordingly.

This was referenced Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants