]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commit
🐛 Fix `response_model` not invalidating `None` (#2725)
authorTaneli Hukkinen <3275109+hukkin@users.noreply.github.com>
Mon, 22 Aug 2022 19:17:45 +0000 (22:17 +0300)
committerGitHub <noreply@github.com>
Mon, 22 Aug 2022 19:17:45 +0000 (19:17 +0000)
commit634cf22584fc4fd9ee53cfdf0ad6d48a2830ac34
tree7073ac1df68ab5120421c4028c0f48559b52f575
parent12f60cac7a2262231374404c538f0b227f9b9496
🐛 Fix `response_model` not invalidating `None` (#2725)

Co-authored-by: Taneli Hukkinen <hukkinj1@users.noreply.github.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
fastapi/utils.py
tests/test_validate_response.py