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
Developers removed the urllib3.request module. urllib3.request.RequestMethods has been made a private API. This change was made to ensure that from urllib3 import request imported the top-level request() function instead of the urllib3.request module (urllib3/urllib3#2269).
Developers removed the urllib3.request module. urllib3.request.RequestMethods has been made a private API. This change was made to ensure that from urllib3 import request imported the top-level request() function instead of the urllib3.request module (urllib3/urllib3#2269).
See: https://github.com/urllib3/urllib3/blob/main/CHANGES.rst
This creates issues with importing the usabilla library. since module cannot be recognized in e.g. cloud functions.
The text was updated successfully, but these errors were encountered: