]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commit
🐛 Fix using `Json[list[str]]` type (issue #10997) (#14616)
authorKanetsuna Masaya <156692516+mkanetsuna@users.noreply.github.com>
Thu, 5 Feb 2026 18:41:43 +0000 (03:41 +0900)
committerGitHub <noreply@github.com>
Thu, 5 Feb 2026 18:41:43 +0000 (18:41 +0000)
commitc5fd75a321496b1f8212744bde217ec8ea956154
tree28c204958822819adf6c11ff08836bbab34b2f41
parent54f8aeeb9a15e4d5a12401ec5549840966df0087
🐛 Fix using `Json[list[str]]` type (issue #10997) (#14616)

Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Co-authored-by: Motov Yurii <109919500+YuriiMotov@users.noreply.github.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
fastapi/dependencies/utils.py
tests/test_json_type.py [new file with mode: 0644]