]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commit
✨ Add support for `deque` objects and children in `jsonable_encoder` (#9433)
authorCarson Crane <cranium@users.noreply.github.com>
Wed, 28 Jun 2023 16:39:10 +0000 (09:39 -0700)
committerGitHub <noreply@github.com>
Wed, 28 Jun 2023 16:39:10 +0000 (18:39 +0200)
commit1f21b16e03260d6935c73fa609b7017357abaf34
treeac800498ed4c97060b1ceee0869ed13b6bf78b32
parentd409c05d6ff3411640e92b0d39a9fb2b3f1cbea7
✨ Add support for `deque` objects and children in `jsonable_encoder` (#9433)

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