]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorgithub-actions <github-actions@github.com>
Mon, 29 Apr 2024 05:18:26 +0000 (05:18 +0000)
committergithub-actions <github-actions@github.com>
Mon, 29 Apr 2024 05:18:26 +0000 (05:18 +0000)
docs/en/docs/release-notes.md

index a80ab47e58a64a7704a64b8c7c71c68e97237e94..824a2bf82e5c6b00a20a491f8790d58b182cd0cf 100644 (file)
@@ -13,6 +13,7 @@ hide:
 
 ### Docs
 
+* 📝 Update references to Python version, FastAPI supports all the current versions, no need to make the version explicit. PR [#11496](https://github.com/tiangolo/fastapi/pull/11496) by [@tiangolo](https://github.com/tiangolo).
 * ✏️ Fix typo in `fastapi/security/api_key.py`. PR [#11481](https://github.com/tiangolo/fastapi/pull/11481) by [@ch33zer](https://github.com/ch33zer).
 * ✏️ Fix typo in `security/http.py`. PR [#11455](https://github.com/tiangolo/fastapi/pull/11455) by [@omarmoo5](https://github.com/omarmoo5).