lanl / BEE

Other
14 stars 3 forks source link

Requests and urllib3 version incompatibility #686

Open jtronge opened 1 year ago

jtronge commented 1 year ago

urllib3 recently had an update that caused our code to break. The error was similar to that reported here: https://github.com/docker/docker-py/issues/3113. I was able to fix this temporarily with PR #684, but we should revisit this to make sure there isn't a better solution in the future.