]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sat, 8 Nov 2025 21:43:59 +0000 (21:43 +0000)
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sat, 8 Nov 2025 21:43:59 +0000 (21:43 +0000)
[skip ci]

docs/en/docs/release-notes.md

index 9380fb7d43e87679216a60b4085660fe09a3f810..b50a2f2dc3523ef4ebeef9b864276856f3f83dc0 100644 (file)
@@ -7,6 +7,10 @@ hide:
 
 ## Latest Changes
 
+### Fixes
+
+* 🐛 Fix `Depends(func, scope='function')` for top level (parameterless) dependencies. PR [#14301](https://github.com/fastapi/fastapi/pull/14301) by [@luzzodev](https://github.com/luzzodev).
+
 ### Docs
 
 * 📝 Upate docs for advanced dependencies with `yield`, noting the changes in 0.121.0, adding `scope`. PR [#14287](https://github.com/fastapi/fastapi/pull/14287) by [@tiangolo](https://github.com/tiangolo).