]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
Mon, 29 Sep 2025 02:58:20 +0000 (02:58 +0000)
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
Mon, 29 Sep 2025 02:58:20 +0000 (02:58 +0000)
[skip ci]

docs/en/docs/release-notes.md

index fe1fac8cfd0ea07c6cd458618066fb9267a0b899..3eeb976d71d97379db98e7fec28190a564113f86 100644 (file)
@@ -9,6 +9,7 @@ hide:
 
 ### Docs
 
+* 📝 Update `tutorial/security/oauth2-jwt/` to use `pwdlib` with Argon2 instead of `passlib`. PR [#13917](https://github.com/fastapi/fastapi/pull/13917) by [@Neizvestnyj](https://github.com/Neizvestnyj).
 * ✏️ Fix typos in OAuth2 password request forms. PR [#14112](https://github.com/fastapi/fastapi/pull/14112) by [@alv2017](https://github.com/alv2017).
 * 📝 Update contributing guidelines for installing requirements. PR [#14095](https://github.com/fastapi/fastapi/pull/14095) by [@alejsdev](https://github.com/alejsdev).