]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes 3953/head 0.70.0
authorSebastián Ramírez <tiangolo@gmail.com>
Thu, 7 Oct 2021 17:38:36 +0000 (19:38 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Thu, 7 Oct 2021 17:38:36 +0000 (19:38 +0200)
docs/en/docs/release-notes.md

index e46060575b17255d983718771e6e5dd30a9def17..31953a786c7bf776351dc6fd94f96a06adeaedab 100644 (file)
@@ -19,6 +19,11 @@ This way, in case there was a breaking change for your code in one of the releas
 
 * ⬆️ Upgrade Starlette to 0.16.0. PR [#4016](https://github.com/tiangolo/fastapi/pull/4016) by [@tiangolo](https://github.com/tiangolo).
 
+Also upgrades the ranges of optional dependencies:
+
+* `"jinja2 >=2.11.2,<4.0.0"`
+* `"itsdangerous >=1.1.0,<3.0.0"`
+
 ## 0.69.0
 
 ### Breaking Changes - Upgrade