Is the urllib3<2 pin necessary?
jtilly opened this issue · 4 comments
jtilly commented
Currently, urllib3
is pinned:
Line 45 in dd47ce4
This happened in #637. Is this pin (still) necessary?
The PR description makes it sound like we needed this pin for requests
. But requests
should be fine with urllib3<3
, see here.
This caused some hiccups on the conda packaging side (where the pin was missing), see conda-forge/databricks-cli-feedstock#23.
shreyas-goenka commented
mrmasterplan commented
+1 this breaks my pipeline. I would appreciate a fix.
jtilly commented
Please let us know if this is blocking and we can prioritize cutting a PR for this.
Thank you! Not blocking for me, but a PR would be appreciated 😉