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-09-18
stories 8

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

Two new pydantic core schemas, counter and ordered-dict

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

Viicos landed counter and ordered-dict core schemas so constraints apply properly to each, resolving a long-standing constraint gap that surfaced first in a BeforeValidator reference bug.

Add a `counter` core schema pydantic/pydantic

by Viicos

Viicos added a counter core schema that makes constraints apply properly to counter-typed fields, closing issue 13704 and completing work started in the earlier schema refactors. It is the headline change of the set, and the most likely to alter how constrained counters validate.

Add an `ordered-dict` core schema pydantic/pydantic

by Viicos

The ordered-dict core schema follows the same path as the counter work, extending proper constraint handling to ordered-dict fields. If you rely on constrained ordered mappings, this is the schema change that touches you.

Fix `BeforeValidator` reference pointing at `AfterValidator` (#13828) pydantic/pydantic

by 陈志谦

simpleqt corrected a docstring reference where BeforeValidator was pointing at AfterValidator, a pure documentation fix with no runtime behavior change.

Quick answers

What shipped in FastAPI & Pydantic on September 18, 2026?
Viicos landed counter and ordered-dict core schemas so constraints apply properly to each, resolving a long-standing constraint gap that surfaced first in a BeforeValidator reference bug. In total, 4 commits and 4 pull requests landed.
Who contributed to FastAPI & Pydantic on September 18, 2026?
2 developers shipped this update, including Viicos and 陈志谦.
What were the notable FastAPI & Pydantic updates?
Add a `counter` core schema, Add an `ordered-dict` core schema, and Fix `BeforeValidator` reference pointing at `AfterValidator` (#13828).