RepoJournal
FastAPI & Pydantic

FastAPI & Pydantic

FastAPI and the Pydantic + SQLModel async-Python stack

Keep up with FastAPI & Pydantic in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

One email a day. Unsubscribe in one click.

Pick a date

Topics: Python Full archive →

The Wire · Showcase

PYDANTIC 2.13.4 AND SETTINGS 2.14.1 LAND IN FASTAPI DEPENDENCY SWEEP

By RepoJournal · Filed · About FastAPI & Pydantic

FastAPI bumped 15 packages overnight, including critical updates to Pydantic and its settings library that you'll want in your next deployment.

The headline story is a coordinated dependency upgrade [1] that moves Pydantic from 2.13.3 to 2.13.4 and pydantic-settings from 2.12.0 to 2.14.1, landing alongside tooling improvements across the stack. Ruff jumped from 0.15.8 to 0.15.13 and mypy crossed a major version boundary to 2.1.0 [1], which means stricter type checking is coming to your lint pipeline. The FastAPI team also tightened up documentation consistency by pushing all inline code examples toward Annotated syntax [2], making the tutorial match the framework's current best practices. On the ops side, Dependabot is now configured to group updates and run weekly [3], which should reduce PR noise while keeping your stack fresher. Documentation got a housekeeping pass too, with NGINX Unit removed from the ASGI server recommendations [4] to reflect current deployment reality.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] ⬆ Bump the python-packages group with 15 updates ↗ fastapi/fastapi
  2. [2] ✏️ Use `Annotated` in inline example in `docs/en/docs/tutorial/body-multiple-params.md` ↗ fastapi/fastapi
  3. [3] 👷 Configure Dependabot to group updates and update weekly ↗ fastapi/fastapi
  4. [4] 📝 Remove "NGINX Unit" from the list of ASGI-servers in docs (#15475) fastapi/fastapi

Quick answers

What shipped in FastAPI & Pydantic on May 25, 2026?
FastAPI bumped 15 packages overnight, including critical updates to Pydantic and its settings library that you'll want in your next deployment. In total, 4 commits and 5 pull requests landed.
Who contributed to FastAPI & Pydantic on May 25, 2026?
3 developers shipped this update, including dependabot[bot], TheArchons, and YuriiMotov.
What were the notable FastAPI & Pydantic updates?
⬆ Bump the python-packages group with 15 updates, ✏️ Use `Annotated` in inline example in `docs/en/docs/tutorial/body-multiple-params.md`, and 👷 Configure Dependabot to group updates and update weekly.

More from FastAPI & Pydantic

Daily updates, in your inbox

Follow FastAPI & Pydantic

Keep up with FastAPI & Pydantic in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

One email a day. Unsubscribe in one click. Read a past issue →

Elsewhere on the wire

Want every project, not just this one?