Ugh, httpadapter python2 is such a pain. I had the same issue last year. Ended up switching to `urllib3` with some custom tweaks. Not perfect, but it got the job done.
If you’re stuck with older libs, maybe try virtualenv to isolate dependencies? Could help avoid conflicts.
If you’re stuck with older libs, maybe try virtualenv to isolate dependencies? Could help avoid conflicts.
