]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorgithub-actions <github-actions@github.com>
Tue, 2 Apr 2024 02:29:00 +0000 (02:29 +0000)
committergithub-actions <github-actions@github.com>
Tue, 2 Apr 2024 02:29:00 +0000 (02:29 +0000)
docs/en/docs/release-notes.md

index 1b0af1156be9ef760d95119b5ff81a4c61a197ac..9b0b1f0fbd11f09ff1f9c29a463e47e5e4825917 100644 (file)
@@ -13,6 +13,10 @@ hide:
 
 * ♻️ Simplify string format with f-strings in `fastapi/applications.py`. PR [#11335](https://github.com/tiangolo/fastapi/pull/11335) by [@igeni](https://github.com/igeni).
 
+### Upgrades
+
+* ⬆️ Upgrade Starlette to >=0.37.2,<0.38.0, remove Starlette filterwarning for internal tests. PR [#11266](https://github.com/tiangolo/fastapi/pull/11266) by [@nothielf](https://github.com/nothielf).
+
 ### Docs
 
 * 📝 Tweak docs and translations links and remove old docs translations. PR [#11381](https://github.com/tiangolo/fastapi/pull/11381) by [@tiangolo](https://github.com/tiangolo).