-
Notifications
You must be signed in to change notification settings - Fork 233
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is the urllib3<2 pin necessary? #644
Comments
+1 this breaks my pipeline. I would appreciate a fix. |
Thank you! Not blocking for me, but a PR would be appreciated 😉 |
This is addressed in #664. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently,
urllib3
is pinned:databricks-cli/setup.py
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
. Butrequests
should be fine withurllib3<3
, see here.This caused some hiccups on the conda packaging side (where the pin was missing), see conda-forge/databricks-cli-feedstock#23.
The text was updated successfully, but these errors were encountered: