]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorgithub-actions <github-actions@github.com>
Tue, 2 Apr 2024 02:56:08 +0000 (02:56 +0000)
committergithub-actions <github-actions@github.com>
Tue, 2 Apr 2024 02:56:08 +0000 (02:56 +0000)
docs/en/docs/release-notes.md

index ef889670b5ad88f9ce68fd97164625e9b16bfb1a..5067768fa848d0954f5ece87d3ffb5d1d77c3ffe 100644 (file)
@@ -9,6 +9,10 @@ hide:
 
 * 👥 Update FastAPI People. PR [#11387](https://github.com/tiangolo/fastapi/pull/11387) by [@tiangolo](https://github.com/tiangolo).
 
+### Fixes
+
+* 🐛 Fix parameterless `Depends()` with generics. PR [#9479](https://github.com/tiangolo/fastapi/pull/9479) by [@nzig](https://github.com/nzig).
+
 ### Refactors
 
 * ♻️ Update mypy. PR [#11049](https://github.com/tiangolo/fastapi/pull/11049) by [@k0t3n](https://github.com/k0t3n).