]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commit
🐛 Fix include/exclude for dicts in `jsonable_encoder` (#2016)
authorRubikoid <dimazotoff8@gmail.com>
Sun, 4 Jul 2021 18:53:40 +0000 (21:53 +0300)
committerGitHub <noreply@github.com>
Sun, 4 Jul 2021 18:53:40 +0000 (20:53 +0200)
commit0e0931d3082cd44f56f13617b1d76b5dab87eaff
tree3cde0303b392e03310cedca661cf7047e0eae96a
parentdcfa9eb8fe6ac27fd0a79f6448d83174b629a75b
🐛 Fix include/exclude for dicts in `jsonable_encoder` (#2016)

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
fastapi/encoders.py
tests/test_response_model_include_exclude.py [new file with mode: 0644]