-
Notifications
You must be signed in to change notification settings - Fork 10
urllib3.request cannot be imported #28
Copy link
Copy link
Closed
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels