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

CI CACHE GOES DARK ACROSS FASTAPI AND SQLMODEL

By RepoJournal · Filed · About FastAPI & Pydantic

A routine bump to setup-uv just disabled CI caching by default for three event types in both FastAPI and SQLModel.

YuriiMotov bumped `setup-uv` to `10.0.1` across both fastapi/fastapi [1] and tiangolo/sqlmodel [2], inheriting a security-driven breaking change from v10.0.0 that disables caching for workflows triggered by `workflow_run`, `pull_request_target`, and `release`. The release notes say v10.0.0 "disables cache by default" [1], so if your CI depends on those triggers, expect slower jobs until you opt back in. The teams are intentionally keeping the new behavior for now. Meanwhile, pydantic cleaned up its agent skill docs [3] and clarified the note about plain model serializers returning a non-dict [4], closing issue #13701. Nothing else moved across the stack, so the real signal is the CI cache shift: verify your FastAPI and SQLModel pipelines before your next release-triggered build.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] ⬆️ Bump `setup-uv` action to `10.0.1` ↗ fastapi/fastapi
  2. [2] ⬆️ Bump `setup-uv` action to `10.0.1` ↗ tiangolo/sqlmodel
  3. [3] Fix typos, phrasing, and missing imports in SKILL.md ↗ pydantic/pydantic
  4. [4] Clarify note about plain model serializers returning a non-dict ↗ pydantic/pydantic

Quick answers

What shipped in FastAPI & Pydantic on August 26, 2026?
A routine bump to setup-uv just disabled CI caching by default for three event types in both FastAPI and SQLModel. In total, 6 commits and 4 pull requests landed.
Who contributed to FastAPI & Pydantic on August 26, 2026?
4 developers shipped this update, including YuriiMotov, latest-changes[bot], lakshay-gahlawat, and Viicos.
What were the notable FastAPI & Pydantic updates?
⬆️ Bump `setup-uv` action to `10.0.1`, ⬆️ Bump `setup-uv` action to `10.0.1`, and Fix typos, phrasing, and missing imports in SKILL.md.

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?