]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commit
♻️ Reduce internal cyclic recursion in dependencies, from 2 functions calling each...
authorSebastián Ramírez <tiangolo@gmail.com>
Thu, 30 Oct 2025 19:35:04 +0000 (16:35 -0300)
committerGitHub <noreply@github.com>
Thu, 30 Oct 2025 19:35:04 +0000 (20:35 +0100)
commitdcfb8b9dda7b8117141b89e84527b48f978e0b31
tree0096da7a3dcf1f2c810793b7684ddb7059157aff
parent1fc586c3a5ae457457c5c70adddb07c7e9185f16
♻️ Reduce internal cyclic recursion in dependencies, from 2 functions calling each other to 1 calling itself (#14256)
fastapi/dependencies/utils.py
tests/test_dependency_paramless.py [new file with mode: 0644]