]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorgithub-actions <github-actions@github.com>
Tue, 5 Oct 2021 08:58:41 +0000 (08:58 +0000)
committergithub-actions <github-actions@github.com>
Tue, 5 Oct 2021 08:58:41 +0000 (08:58 +0000)
docs/en/docs/release-notes.md

index 68c03d0eb09408caf9180ee932c05b5d424f9ed8..b9fd722a9bd3e67d1e27ec8eb4cb18bb824dcfe0 100644 (file)
@@ -2,6 +2,7 @@
 
 ## Latest Changes
 
+* ➖ Do not require backports in Python >= 3.7. PR [#1880](https://github.com/tiangolo/fastapi/pull/1880) by [@FFY00](https://github.com/FFY00).
 * ⬆ Upgrade required Python version to >= 3.6.1, needed by typing.Deque, used by Pydantic. PR [#2733](https://github.com/tiangolo/fastapi/pull/2733) by [@hukkin](https://github.com/hukkin).
 * ⬆ Upgrade internal testing dependencies: mypy to version 0.910, add newly needed type packages. PR [#3350](https://github.com/tiangolo/fastapi/pull/3350) by [@ArcLightSlavik](https://github.com/ArcLightSlavik).
 * ⬆️ Bump Uvicorn max range to 0.15.0. PR [#3345](https://github.com/tiangolo/fastapi/pull/3345) by [@Kludex](https://github.com/Kludex).