Skip to content

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.