]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorgithub-actions <github-actions@github.com>
Thu, 30 Jan 2025 12:17:34 +0000 (12:17 +0000)
committergithub-actions <github-actions@github.com>
Thu, 30 Jan 2025 12:17:34 +0000 (12:17 +0000)
[skip ci]

docs/en/docs/release-notes.md

index 2f9da1465fa37ab530627f24baf34d0414290ba5..a07b2023cfaf43e7a67d81faa960dba22d140a20 100644 (file)
@@ -7,6 +7,10 @@ hide:
 
 ## Latest Changes
 
+### Fixes
+
+* 🐛 Fix `OAuth2PasswordRequestForm` and `OAuth2PasswordRequestFormStrict` fixed `grant_type` "password" RegEx. PR [#9783](https://github.com/fastapi/fastapi/pull/9783) by [@skarfie123](https://github.com/skarfie123).
+
 ### Refactors
 
 * ✅ Simplify tests for request_files. PR [#13182](https://github.com/fastapi/fastapi/pull/13182) by [@alejsdev](https://github.com/alejsdev).