Skip to content

urllib3.request cannot be imported #28

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
RTLytix opened this issue Jul 14, 2023 · 0 comments · Fixed by #31
Closed

urllib3.request cannot be imported #28

RTLytix opened this issue Jul 14, 2023 · 0 comments · Fixed by #31

Comments

@RTLytix
Copy link

RTLytix commented Jul 14, 2023

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.

This was referenced Aug 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant