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 TIGHTENS NAMED TUPLE VALIDATION, FASTAPI PULLS 12 DEPENDENCY UPDATES

By RepoJournal · Filed · About FastAPI & Pydantic

Pydantic ships a dedicated named-tuple core schema that fixes four critical validation edge cases, while FastAPI and SQLModel ride a wave of upstream bumps across the toolchain.

Pydantic merged a new named-tuple core schema [1] that replaces the incorrect 'call' validation pattern, fixing multiple reported issues where named tuples were validated using function-call semantics [1]. The same PR also raises explicit TypeErrors on invalid index_key serialization handlers [2], preventing silent failures that users may have cargo-culted from outdated docstring examples. On the dependency front, FastAPI pulled 12 package updates including httpx2 from 2.5.0 to 2.9.1, mypy from 2.1.0 to 2.3.0, and strawberry-graphql up three minor versions [3]. SQLModel followed suit with 7 updates of its own, bumping FastAPI itself to 0.140.0, Typer to 0.27.0, and ruff across both repos [4]. These are routine maintenance cycles, but the Pydantic schema work addresses real production pain points that have accumulated in the issue tracker.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] Add a `named-tuple` core schema ↗ pydantic/pydantic
  2. [2] Raise explicit `TypeError` on invalid `index_key` serialization wrap handler ↗ pydantic/pydantic
  3. [3] ⬆ Bump the python-packages group with 12 updates ↗ fastapi/fastapi
  4. [4] ⬆ Bump the python-packages group with 7 updates ↗ tiangolo/sqlmodel

Quick answers

What shipped in FastAPI & Pydantic on August 6, 2026?
Pydantic ships a dedicated named-tuple core schema that fixes four critical validation edge cases, while FastAPI and SQLModel ride a wave of upstream bumps across the toolchain. In total, 3 commits and 5 pull requests landed.
Who contributed to FastAPI & Pydantic on August 6, 2026?
2 developers shipped this update, including dependabot and Viicos.
What were the notable FastAPI & Pydantic updates?
Add a `named-tuple` core schema, Raise explicit `TypeError` on invalid `index_key` serialization wrap handler, and ⬆ Bump the python-packages group with 12 updates.

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?