clearml-agent icon indicating copy to clipboard operation
clearml-agent copied to clipboard

Modify clearml-agent to accept urlib>=2 as a dependency.

Open jday1 opened this issue 1 year ago • 2 comments

urlib3 is limited to v1 (urllib3>=1.21.1,<1.27.0).

Hopefully, this can be modified to something like urllib3>=1.21.1,<2.0.7.

Pytorch lightning's standard for this is urllib3<4.0.

See PR: https://github.com/allegroai/clearml-agent/pull/172

jday1 avatar Oct 27 '23 16:10 jday1

Please can you release the urllib3 requirement or increase the upper version limit if necessary. This is such a strange restriction

benglewis avatar May 30 '24 08:05 benglewis

Hi @benglewis, there's an open PR for this, and we basically just want to make sure this will not break anything.

jkhenning avatar May 30 '24 08:05 jkhenning