requests
requests copied to clipboard
every chardet package maps to requests.packages.chardet.* package respectively
Added a fix for the issue mentioned here - https://github.com/psf/requests/issues/6223
Checked in the code, only one package of chardet was being mapped to requests.packages.chardet despite the for loop.
Have added the fix so each chardet package maps to it's corresponding requests.packages.chardet.* respectively.
Your PR as is will still have the same issue you reported and does not fix it. I've added a suggestion
Same checks are failing on the main branch - https://github.com/psf/requests/issues/6566
I think the issue is with werkzeug latest version which gets downloaded due to dependency with httpbin
Is there anything more required in this PR to be merged? Or is it on standby until the httpbin issue gets resolved @sigmavirus24
closing & reopening to trigger new build