]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
Wed, 19 Nov 2025 16:50:42 +0000 (16:50 +0000)
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
Wed, 19 Nov 2025 16:50:42 +0000 (16:50 +0000)
[skip ci]

docs/en/docs/release-notes.md

index 69b15e64564d129e92b64155313576ca82354740..c466152f297cd3104b82a95faa16f3b7e033868f 100644 (file)
@@ -7,6 +7,10 @@ hide:
 
 ## Latest Changes
 
+### Refactors
+
+* ♻️ Make the result of `Depends()` and `Security()` hashable, as a workaround for other tools interacting with these internal parts. PR [#14372](https://github.com/fastapi/fastapi/pull/14372) by [@tiangolo](https://github.com/tiangolo).
+
 ### Upgrades
 
 * ⬆️ Bump Starlette to <`0.51.0`. PR [#14282](https://github.com/fastapi/fastapi/pull/14282) by [@musicinmybrain](https://github.com/musicinmybrain).