]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commit
✨ Update `ORJSONResponse` to support non `str` keys and serializing Numpy arrays...
authorabc.zxy <zxnzysj@163.com>
Fri, 2 Sep 2022 10:17:31 +0000 (18:17 +0800)
committerGitHub <noreply@github.com>
Fri, 2 Sep 2022 10:17:31 +0000 (10:17 +0000)
commit7250c194da6fae6155817c4b30bcdd112acce655
tree38968153cbec76ce84ad41830afeff4425616a2f
parent173b8916034d15bd96084e60b05f7713f3e92713
✨ Update `ORJSONResponse` to support non `str` keys and serializing Numpy arrays (#3892)

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
fastapi/responses.py
tests/test_orjson_response_class.py [new file with mode: 0644]