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

require requests >=2.28.0 for improved JSONDecodeError #13346

Merged
merged 2 commits into from
Nov 20, 2023

Conversation

dholth
Copy link
Contributor

@dholth dholth commented Nov 18, 2023

Description

Require requests 2.28.0+ so that response.json() also raises the new unified exception.

Probably does not fix #13344 which couldn't import the exception at all.

Checklist - did you ...

  • Add a file to the news directory (using the template) for the next release's release notes?
  • Add / update necessary tests?
  • Add / update outdated documentation?

@dholth dholth requested a review from a team as a code owner November 18, 2023 16:28
@conda-bot conda-bot added the cla-signed [bot] added once the contributor has signed the CLA label Nov 18, 2023
jezdez
jezdez previously approved these changes Nov 19, 2023
@dholth dholth merged commit d81fb50 into main Nov 20, 2023
67 checks passed
@dholth dholth deleted the 13344-requests-2.28+ branch November 20, 2023 21:17
@kenodegard kenodegard mentioned this pull request Dec 1, 2023
44 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed [bot] added once the contributor has signed the CLA
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

JSONDecodeError after updating conda
4 participants