]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commit
✨ When using Pydantic models with __root__ use the internal value in jsonable_encoder...
authorPatrick Wang <patrick@covar.com>
Sat, 13 Jun 2020 17:20:11 +0000 (13:20 -0400)
committerGitHub <noreply@github.com>
Sat, 13 Jun 2020 17:20:11 +0000 (19:20 +0200)
commit8fb755703d34b4d2ae30fd8d5d2bdc8d6983939d
treebe578f2bc867fff49d55b45fae50453bbf0c2359
parent748bedd37ce88ed408bbbe4c0104c977d3d0ec97
✨ When using Pydantic models with __root__ use the internal value in jsonable_encoder (#1524)
fastapi/encoders.py
tests/test_jsonable_encoder.py