From: github-actions Date: Thu, 30 Jan 2025 12:17:34 +0000 (+0000) Subject: ๐Ÿ“ Update release notes X-Git-Tag: 0.115.8~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=041b2e1c4643c9837d2e7f8589351492cf76497a;p=thirdparty%2Ffastapi%2Ffastapi.git ๐Ÿ“ Update release notes [skip ci] --- diff --git a/docs/en/docs/release-notes.md b/docs/en/docs/release-notes.md index 2f9da1465f..a07b2023cf 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -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).