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 currently use urllib3 and requests. The code generated by Swagger uses urllib3, so there is no getting rid of that. Replace all uses of requests with urllib3 to eliminate a dependency and make the codebase more consistent.
The text was updated successfully, but these errors were encountered:
We currently use urllib3 and requests. The code generated by Swagger uses urllib3, so there is no getting rid of that. Replace all uses of requests with urllib3 to eliminate a dependency and make the codebase more consistent.
The text was updated successfully, but these errors were encountered: