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

index b9fd722a9bd3e67d1e27ec8eb4cb18bb824dcfe0..c7e29cd5df36c649a6176af187993804aa59fcde 100644 (file)
@@ -2,6 +2,7 @@
 
 ## Latest Changes
 
+* â¬†Increase supported version of aiofiles to suppress warnings. PR [#2899](https://github.com/tiangolo/fastapi/pull/2899) by [@SnkSynthesis](https://github.com/SnkSynthesis).
 * âž– 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).