]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes 5324/head 0.83.0
authorSebastián Ramírez <tiangolo@gmail.com>
Sun, 11 Sep 2022 16:26:30 +0000 (18:26 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Sun, 11 Sep 2022 16:26:30 +0000 (18:26 +0200)
docs/en/docs/release-notes.md

index 63595da41f58a4dd2295012a24c6a00fafd4c33a..120b374e2cf98a2708c39a134e69988f2f7d9a2e 100644 (file)
@@ -5,6 +5,12 @@
 
 ## 0.83.0
 
+🚨 This is probably the last release (or one of the last releases) to support Python 3.6. 🔥
+
+Python 3.6 reached the [end-of-life and is no longer supported by Python](https://www.python.org/downloads/release/python-3615/) since around a year ago.
+
+You hopefully updated to a supported version of Python a while ago. If you haven't, you really should.
+
 ### Features
 
 * ✨ Add support in `jsonable_encoder` for include and exclude with dataclasses. PR [#4923](https://github.com/tiangolo/fastapi/pull/4923) by [@DCsunset](https://github.com/DCsunset).