From 864643ef7608d28ac4ed321835a7fb4abe3dfc13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Thu, 7 Oct 2021 19:38:36 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20release=20notes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/en/docs/release-notes.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/en/docs/release-notes.md b/docs/en/docs/release-notes.md index e46060575..31953a786 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -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