]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commit
✨ Add support in `jsonable_encoder` for include and exclude with dataclasses (#4923)
authorDCsunset <DCsunset@users.noreply.github.com>
Thu, 8 Sep 2022 14:29:23 +0000 (10:29 -0400)
committerGitHub <noreply@github.com>
Thu, 8 Sep 2022 14:29:23 +0000 (16:29 +0200)
commit3ec498af63ddc994a7c70f1a05407ea5f7095be4
treef562c30dec43517e8749884419ecfb441ac6072a
parent895789bed0280865b8aa85973dc35d89f33730b5
✨ Add support in `jsonable_encoder` for include and exclude with dataclasses (#4923)

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
fastapi/encoders.py
tests/test_jsonable_encoder.py