I recently upgraded to the latest requests version since there was a known vulnerability in the one I was using.
'docker==7.1.0',
'requests==2.33.0', # was originally 2.32.5 and that worked fine
Here is a snippet of the error message I'm seeing.
'404 Client Error: Not Found for url: http+docker://localhost/v1.51/containers/create'
What's particularly weird is that locally I cannot reproduce this issue. I am only able to create reproduce this in AWS CodeBuild. Not sure what's up there. The only change from the working execution to this one is the version bump 😢