]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commit
✨ Allow using dependables with `functools.partial()` (#9753)
authorLie Ryan <lie.1296@gmail.com>
Tue, 2 Dec 2025 20:58:30 +0000 (07:58 +1100)
committerGitHub <noreply@github.com>
Tue, 2 Dec 2025 20:58:30 +0000 (20:58 +0000)
commit982448661630e2f412f18a192eed29d0da4a8fb1
tree350e4bddb5c758315942aae517b90ac67d5a6190
parentaee8e78078e8a7f2736d3cab7a1cb7197356951c
✨ Allow using dependables with `functools.partial()` (#9753)

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