It replaces requests dependency with urllib.request from the python standard library in git_release.py (called by setup.py) in the python sdk. We need to get rid of the requests dependency to fix the setup.py bug that calls the requests package before installing it.
Which issue(s) this PR is related to(optional, link to 3rd issue(s)):
What type of PR is this?
/kind bug /kind dependency
What this PR does / why we need it:
It replaces
requests
dependency withurllib.request
from the python standard library ingit_release.py
(called bysetup.py
) in the python sdk. We need to get rid of therequests
dependency to fix thesetup.py
bug that calls therequests
package before installing it.Which issue(s) this PR is related to (optional, link to 3rd issue(s)):
Fixes #195
Special notes for your reviewer:
Does this PR introduce a user-facing change?: