Skip to content

Commit

Permalink
Merge pull request #67 from halencarjunior/master
Browse files Browse the repository at this point in the history
Fixed HTTPHeaderDict issue when trying to use the last urllib3 version (Python 3.11/Kali)
  • Loading branch information
stanislav-web authored Sep 14, 2023
2 parents 0156592 + df4b84e commit db01655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/http/providers/header.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
Development Team: Brain Storm Team
"""

from urllib3 import HTTPHeaderDict
from urllib3._collections import HTTPHeaderDict

from .accept import AcceptHeaderProvider
from .cache import CacheControlProvider
Expand Down

0 comments on commit db01655

Please sign in to comment.