Open jday1 opened 1 year ago
Hi @jday1, what's the reason for this update? In general, we try not to enforce specific versions and specify the minimum required versions, in order to allow users more flexibility
Hi Jake,
This PR widens the allowed versions of the urllib library in keeping with ClearML's approach.
In my use case, I have libraries which I cannot upgrade cleanly as they require urllib>=2
. Hence, I have raised this PR.
Cheers, James
I'm wondering is there are any breaking changes or things that might cause issues if we use newer versions
I would not expect breaking changes but you could create a release candidate which users (including myself) could test out?
See the migration guide: https://urllib3.readthedocs.io/en/latest/v2-migration-guide.html At first glance, it seems that the minimum thing to do is make sure this new constraint is only applied to python 3.7 and up (and keep the old constraint for lower versions)
https://github.com/allegroai/clearml-agent/issues/171