RepoJournal
FastAPI & Pydantic FastAPI & Pydantic
81 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-02
stories 32

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

Dependency churn across FastAPI and SQLModel, decimal validation hardening in Pydantic

By RepoJournal · Filed · About FastAPI & Pydantic

Dependency bumps dominate FastAPI and SQLModel this period, while Pydantic changes how it validates decimals.

FastAPI's dev tooling refreshed with a 15-package bump anchored by pydantic-settings 2.14.2 to 2.15.0 and httpx2 2.9.1 to 2.12.0 [1]; a separate fastar bump from 0.11.0 to 0.12.0 follows, with release notes mentioning only a deprecated hook id replacement and a py update [2]. SQLModel tracks similarly, lifting typer 0.27.0 to 0.27.1 and fastapi 0.140.0 to 0.141.1 in a 9-update group [3], plus SQLAlchemy 2.0.51 to 2.0.52 adding Python 3.15 support [4]. Pydantic changed behavior in "Do not rely on normalization to validate decimals" [5], meaning decimal validation no longer depends on normalization, replacing an earlier PR. These are routine maintenance with no breaking changes called out; fastar's release notes make clear the change set is small.

Quick answers

What shipped in FastAPI & Pydantic on September 2, 2026?
Dependency bumps dominate FastAPI and SQLModel this period, while Pydantic changes how it validates decimals. In total, 18 commits and 14 pull requests landed.
Who contributed to FastAPI & Pydantic on September 2, 2026?
5 developers shipped this update, including dependabot, pr-submit, pr-submit[bot], latest-changes[bot], and Viicos.
What were the notable FastAPI & Pydantic updates?
⬆ Bump the python-packages group across 1 directory with 15 updates, ⬆ Bump fastar from 0.11.0 to 0.12.0, and ⬆ Bump the python-packages group with 9 updates.