You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to try niquests in our code, but it will install urllib3.future and it will override some files from official urllib3 package. Which may cause some unexpected effect on our existing code.
Is there a way to use this package with requests, without interfering urllib3?
The text was updated successfully, but these errors were encountered:
URLLIB3_NO_OVERRIDE=true pip install niquests --no-binary urllib3-future at the price to lose the high compat between Requests and Niquests (extensions, etc...)
Or section How can I restore urllib3 to the "legacy" version? in urllib3-future README
Finally, I would argue that:
urllib3-future has a better compatibility range than its predecessor (Python 3.7 and OpenSSL <1.1.1 supported)
We want to try niquests in our code, but it will install
urllib3.future
and it will override some files from official urllib3 package. Which may cause some unexpected effect on our existing code.Is there a way to use this package with requests, without interfering urllib3?
The text was updated successfully, but these errors were encountered: