]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commit
🐛 Fix using class (not instance) dependency that has `__call__` method (#14458)
authorMotov Yurii <109919500+YuriiMotov@users.noreply.github.com>
Fri, 5 Dec 2025 21:21:05 +0000 (22:21 +0100)
committerGitHub <noreply@github.com>
Fri, 5 Dec 2025 21:21:05 +0000 (21:21 +0000)
commitda0ffab0b260475499294d3dc767409d7bca5c34
treeab37705fc33528e9f09f30a794e3ed451ba6ea67
parent516169428d2fa189d34318ebc469a082c49c1189
🐛 Fix using class (not instance) dependency that has `__call__` method (#14458)

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