]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commit
✨ Preserve `json.JSONDecodeError` information when handling invalid JSON in request...
authorSidharth Ajithkumar <sidharthajithkumar@gmail.com>
Thu, 25 Aug 2022 09:55:53 +0000 (15:25 +0530)
committerGitHub <noreply@github.com>
Thu, 25 Aug 2022 09:55:53 +0000 (11:55 +0200)
commit9359a8d65fdff4460d01d652ccafd31507c6c426
treeda736d37500f632af3f5d1e98cc0f7f71a692685
parentafaa0391a59e54ff59e1d3d1b49785aecd78ee11
✨ Preserve `json.JSONDecodeError` information when handling invalid JSON in request body, to support custom exception handlers that use its information (#4057)

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
fastapi/routing.py