Comment 8 for bug 2061929

Revision history for this message
Jonas L. B. (jonaslb) wrote :

Looks like the patch above was included in the release build, but it is insufficient to make the package work - it still trivially crashes when creating a docker client. E.g. `import docker; docker.from_env()` crashes due to the urllib3 incompatibility.

Wouldn't it be better to just update to the latest version instead of trying to cherry-pick patches? v5 is >2 years old. Latest version is 7.0.0. I guess it should have been done before 24.04 was released but since the package is more or less full broken anyway, maybe it'd be okay to update it?