TokenTalks
← Back to feed

New capability:

fastapi/fastapi 0.135.2: 0.135.2

GitHub·Backend·NewCapability·3/23/2026

### 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 * 📝 Add missing last release notes dates. PR [#15202](https://github.com/fastapi/fastapi/pu

Why it mattersNew functionality is available in fastapi. May enable simpler implementations or replace external dependencies.

Who should careTeams already using fastapi or evaluating it.

fastapi
View original source ↗

Source payload preview

{
  "id": 300229867,
  "url": "https://api.github.com/repos/fastapi/fastapi/releases/300229867",
  "body": "### Upgrades\r\n\r\n* ⬆️ 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).\r\n\r\n### Docs\r\n\r\n* 📝 Add missing last release notes dates. PR [#15202](https://github.com/fastapi/fastapi/pull/15202) by [@tiangolo](https://github.com/tiangolo).\r\n* 📝 Update docs for contributors and team members regarding translation PRs. PR [#15200](https://github.com/fastapi/fastapi/pull/15200) by [@YuriiMotov](https://github.com/YuriiMotov).\r\n* 💄 Fix code blocks in reference docs overflowing table width. PR [#15094](https://github.com/fastapi/fastapi/pull/15094) by [@Yurii