Closed balloob closed 5 years ago
This lib monkey patches requests (source). But it looks like all the code that calls requests.get can be safely updated to just call self._patched_request directly. The monkey patch is than no longer necessary.
requests.get
self._patched_request
Just uploaded v3.2.5 that removes the monkey patching.
This lib monkey patches requests (source). But it looks like all the code that calls
requests.get
can be safely updated to just callself._patched_request
directly. The monkey patch is than no longer necessary.