Skip to content
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

Fixed HTTPHeaderDict issue when trying to use the last urllib3 version (Python 3.11/Kali) #67

Merged
merged 1 commit into from
Sep 14, 2023

Conversation

halencarjunior
Copy link
Contributor

@halencarjunior halencarjunior commented Sep 11, 2023

Fixed the error when importing HTTPHeaderDict from Urllib3

ImportError: cannot import name 'HTTPHeaderDict' from 'urllib3' (/home/kali/.local/lib/python3.11/site-packages/urllib3/init.py)

Some references here:
https://stackoverflow.com/questions/70141344/attributeerror-module-urllib3-has-no-attribute-httpheaderdict


This change is Reviewable

@stanislav-web
Copy link
Owner

@halencarjunior Thank you!

@stanislav-web stanislav-web merged commit db01655 into stanislav-web:master Sep 14, 2023
9 checks passed
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 this pull request may close these issues.

None yet

2 participants