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

Bug: does not work with requests 2.32.0 #717

Open
tristan957 opened this issue Oct 17, 2024 · 0 comments · May be fixed by #718
Open

Bug: does not work with requests 2.32.0 #717

tristan957 opened this issue Oct 17, 2024 · 0 comments · May be fixed by #718

Comments

@tristan957
Copy link

tristan957 commented Oct 17, 2024

When trying to fetch a container, the following exception is raised:

requests.exceptions.InvalidURL: Not supported URL scheme http+docker

This issue is actually a docker-py issue: docker/docker-py#3256. As noted in docker/docker-py#3256 (comment), the release is part of 7.1.0 of docker-py. It seems like all we need to do is bump the docker-py version in the poetry.lock file. A new release after merging a PR would be awesome.

tristan957 added a commit to tristan957/testcontainers-python that referenced this issue Oct 17, 2024
This allows testcontainers to work with requests >= 2.32.0.

Fixes: testcontainers#717
Link: docker/docker-py#3256
Link: docker/docker-py#3257
Link: docker/docker-py#3256 (comment)
Signed-off-by: Tristan Partin <[email protected]>
@tristan957 tristan957 linked a pull request Oct 17, 2024 that will close this issue
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 a pull request may close this issue.

1 participant