]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorgithub-actions <github-actions@github.com>
Sun, 11 Jun 2023 22:16:38 +0000 (22:16 +0000)
committergithub-actions <github-actions@github.com>
Sun, 11 Jun 2023 22:16:38 +0000 (22:16 +0000)
docs/en/docs/release-notes.md

index c013993276016d3f6a9b17f03a432f9e75fec8c5..91e1c7aba780fc338c938c9a21414dddaba63dcb 100644 (file)
@@ -2,6 +2,7 @@
 
 ## Latest Changes
 
+* ♻️ Update internal type annotations and upgrade mypy. PR [#9658](https://github.com/tiangolo/fastapi/pull/9658) by [@tiangolo](https://github.com/tiangolo).
 * 💚 Update CI cache to fix installs when dependencies change. PR [#9659](https://github.com/tiangolo/fastapi/pull/9659) by [@tiangolo](https://github.com/tiangolo).
 * ♻️ Simplify `AsyncExitStackMiddleware` as without Python 3.6 `AsyncExitStack` is always available. PR [#9657](https://github.com/tiangolo/fastapi/pull/9657) by [@tiangolo](https://github.com/tiangolo).
 * ⬇️ Separate requirements for development into their own requirements.txt files, they shouldn't be extras. PR [#9655](https://github.com/tiangolo/fastapi/pull/9655) by [@tiangolo](https://github.com/tiangolo).