]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commit
✨ Support `dataclasses` in responses (#3576)
authorSebastián Ramírez <tiangolo@gmail.com>
Wed, 21 Jul 2021 14:39:12 +0000 (16:39 +0200)
committerGitHub <noreply@github.com>
Wed, 21 Jul 2021 14:39:12 +0000 (14:39 +0000)
commit96fdfc53cc47f30cff59bb847c2c19b79fd9efcd
treea8e9ab2c98112edfe1719e3a0e5be9831693a712
parent49517d331049a88116d1b8bdbc4d7126311bd20d
✨ Support `dataclasses` in responses (#3576)

Co-authored-by: amit lissack <amit@opentrons.com>
fastapi/encoders.py
fastapi/routing.py
tests/test_serialize_response_dataclass.py