]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commit
🐛 Fix removing body from status codes that do not support it (#5145)
authorSebastián Ramírez <tiangolo@gmail.com>
Thu, 14 Jul 2022 11:19:42 +0000 (13:19 +0200)
committerGitHub <noreply@github.com>
Thu, 14 Jul 2022 11:19:42 +0000 (13:19 +0200)
commitc43120258fa89bc20d6f8ee671b6ead9ab223fc7
treece230a48c45645d0a24865f74319f265155e2626
parenta0fd613527d4bb3e035b5c00051c654777dcbca1
🐛 Fix removing body from status codes that do not support it (#5145)
fastapi/openapi/constants.py
fastapi/openapi/utils.py
fastapi/routing.py
fastapi/utils.py
tests/test_response_code_no_body.py