From: github-actions Date: Thu, 15 Aug 2024 15:51:59 +0000 (+0000) Subject: 📝 Update release notes X-Git-Tag: 0.112.1~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fc9107843eb26599a1f64220978f5dac2e09ab25;p=thirdparty%2Ffastapi%2Ffastapi.git 📝 Update release notes --- diff --git a/docs/en/docs/release-notes.md b/docs/en/docs/release-notes.md index 6988254934..d8e7c2e20e 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -7,6 +7,10 @@ hide: ## Latest Changes +### Upgrades + +* ⬆️ Allow Starlette 0.38.x, update the pin to `>=0.37.2,<0.39.0`. PR [#11876](https://github.com/fastapi/fastapi/pull/11876) by [@musicinmybrain](https://github.com/musicinmybrain). + ### Docs * 📝 Update docs section about "Don't Translate these Pages". PR [#12022](https://github.com/fastapi/fastapi/pull/12022) by [@tiangolo](https://github.com/tiangolo).