python-requests 2.27.0 breaks json error handling
The latest release of python-requests seems to break the handling of JSON parsing errors. The simplest thing is to just not try and do anything, pass the error directly to the user.
Maintenance will be performed on git.ligo.org, containers.ligo.org, and docs.ligo.org on Tuesday 30 September 2025 starting at approximately 9:30am PDT. It is expected to take around 30 minutes and there will be several periods of downtime throughout the maintenance. Please address any comments, concerns, or questions to the helpdesk.
The latest release of python-requests seems to break the handling of JSON parsing errors. The simplest thing is to just not try and do anything, pass the error directly to the user.