]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commit
Fix request body parsing with Union (#400)
authorKoudai Aono <koxudaxi@gmail.com>
Wed, 7 Aug 2019 18:55:33 +0000 (03:55 +0900)
committerSebastián Ramírez <tiangolo@gmail.com>
Wed, 7 Aug 2019 18:55:33 +0000 (13:55 -0500)
commit06eb4219345a77d23484528c9d164eb8d2097fec
tree18fe74f6c0344f488bd5b8414dce7c97ce171677
parentbf229ad5d830eb5320f966d51a55e590e8d57008
Fix request body parsing with Union (#400)
fastapi/dependencies/utils.py
tests/test_union_body.py [new file with mode: 0644]
tests/test_union_inherited_body.py [new file with mode: 0644]