RepoJournal
FastAPI & Pydantic FastAPI & Pydantic
93 wires and counting

$ follow FastAPI & Pydantic

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

or

fair warning: these emails are deeply technical. diffs, version numbers, CVEs, benchmark deltas. if that's not your idea of a good read, this isn't your newsletter.

Folds into your digest โ€” weekly by default, monthly if you prefer. Unsubscribe in one click.

$ status

wire 2026-07-21
stories 4

ยฉ 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire ยท showcase

PYDANTIC FIXES TYPE VARIABLE BUG IN SUBCLASS GENERICS

By RepoJournal ยท Filed ยท About FastAPI & Pydantic ยท Composed from the cited sources ยท methodology

Pydantic shipped a fix for type variable substitution failures in `__pydantic_extra__` when subclassing generic models, closing a long-standing issue that broke runtime validation for inherited types.

The fix [1] targets a core validation gap where type variables weren't properly substituted in extra attributes during subclass inheritance, a scenario that breaks serialization and validation pipelines relying on generic base classes. This is the kind of subtle bug that manifests in production when you're using discriminated unions or parameterized base models across a deep inheritance chain. FastAPI developers working with complex domain models should test their generic inheritance patterns after this lands [2]. On the sponsorship front, FastAPI's people roster got updated [3], reflecting the project's growing ecosystem of supporters. Nothing breaking in either shop; this is pure stability work.

Quick answers

What shipped in FastAPI & Pydantic on July 21, 2026?
Pydantic shipped a fix for type variable substitution failures in `__pydantic_extra__` when subclassing generic models, closing a long-standing issue that broke runtime validation for inherited types. In total, 2 commits and 2 pull requests landed.
Who contributed to FastAPI & Pydantic on July 21, 2026?
2 developers shipped this update, including tiangolo and Viicos.
What were the notable FastAPI & Pydantic updates?
Fix type variable substitution in `__pydantic_extra__` with subclasses, Fix type variable substitution in `__pydantic_extra__` with subclasses (#13483), and ๐Ÿ‘ฅ Update FastAPI People - Sponsors.