]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commit
✨ Allow `Response` type hint as dependency annotation (#14794)
authorJonathan Fulton <jonathan.s.fulton@gmail.com>
Thu, 5 Feb 2026 18:23:16 +0000 (13:23 -0500)
committerGitHub <noreply@github.com>
Thu, 5 Feb 2026 18:23:16 +0000 (18:23 +0000)
commitb49435becdf53942be248fc2ffc7f53df5ac313c
treef39f1b713bcfedffa93113cd4a13713216210d51
parent464c359bb03f7ba72330198cc9f44df36194837d
✨ Allow `Response` type hint as dependency annotation (#14794)

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_response_dependency.py [new file with mode: 0644]