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

every chardet package maps to requests.packages.chardet.* package respectively #6562

Merged
merged 4 commits into from
Feb 23, 2024

Conversation

amkarn258
Copy link
Contributor

Added a fix for the issue mentioned here - #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.

@sigmavirus24
Copy link
Contributor

Your PR as is will still have the same issue you reported and does not fix it. I've added a suggestion

amkarn258 and others added 2 commits October 31, 2023 22:36
Co-authored-by: Ian Stapleton Cordasco <graffatcolmingov@gmail.com>
@amkarn258
Copy link
Contributor Author

Same checks are failing on the main branch - #6566

I think the issue is with werkzeug latest version which gets downloaded due to dependency with httpbin

@amkarn258
Copy link
Contributor Author

Is there anything more required in this PR to be merged? Or is it on standby until the httpbin issue gets resolved @sigmavirus24

@sigmavirus24
Copy link
Contributor

closing & reopening to trigger new build

@sigmavirus24 sigmavirus24 reopened this Feb 23, 2024
@sigmavirus24 sigmavirus24 added this to the 2.32.0 milestone Feb 23, 2024
@sigmavirus24 sigmavirus24 merged commit eea3bbf into psf:main Feb 23, 2024
30 of 52 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