cloud-volume icon indicating copy to clipboard operation
cloud-volume copied to clipboard

urllib3 version 2 incompatibility

Open ceesem opened this issue 5 months ago • 9 comments

We are starting to use some code in caveclient that requires urllib3 version 2, but with urllib3, e.g. version 2.2.3, import cloudvolume raises the error:

cannot import name 'DEFAULT_CIPHERS' from 'urllib3.util.ssl_

This seems to be a breaking change in urllib3 between version 1.x.x and 2.x.x, but that version req is not enforced by requirements.txt from cloudvolume. It would be nice to be compatible with recent versions of urllib3.

ceesem avatar Sep 20 '24 15:09 ceesem