]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commit
🐛 Fix `jsonable_encoder` using `include` and `exclude` parameters for non-Pydantic...
authorXavi Moreno <xaviml.93@gmail.com>
Thu, 18 Aug 2022 20:48:21 +0000 (06:48 +1000)
committerGitHub <noreply@github.com>
Thu, 18 Aug 2022 20:48:21 +0000 (22:48 +0200)
commiteb2e1833612e67c9b9ffd2bb446a672d3dffccf4
tree69d126a605bb80073272d06a8a8888bf0ccac158
parent8a9a117ec7f58711dc68d6d6633dd02d4289cd1d
🐛 Fix `jsonable_encoder` using `include` and `exclude` parameters for non-Pydantic objects (#2606)

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