From: github-actions[bot] Date: Mon, 23 Mar 2026 12:37:17 +0000 (+0000) Subject: 📝 Update release notes X-Git-Tag: 0.135.2~9 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=cbd64b09a32681d3b0ea097608bc62eb0d1587e0;p=thirdparty%2Ffastapi%2Ffastapi.git 📝 Update release notes [skip ci] --- diff --git a/docs/en/docs/release-notes.md b/docs/en/docs/release-notes.md index 6278bcc959..e832bdbe5b 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -7,6 +7,10 @@ hide: ## Latest Changes +### Upgrades + +* ⬆️ Increase lower bound to `pydantic >=2.9.0.` and fix the test suite. PR [#15139](https://github.com/fastapi/fastapi/pull/15139) by [@svlandeg](https://github.com/svlandeg). + ### Docs * 📝 Fix duplicated words in docstrings. PR [#15116](https://github.com/fastapi/fastapi/pull/15116) by [@AhsanSheraz](https://github.com/AhsanSheraz).