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

FASTAPI AND SQLMODEL SHED LEGACY PACKAGING CRUFT

By RepoJournal · Filed · About FastAPI & Pydantic

1 person shipped this

Both FastAPI and SQLModel are removing deprecated slim package stubs that have lingered unused for months, signaling a focused push toward cleaner dependency chains.

FastAPI dropped its slim package stub [1], a deprecated compatibility layer that served no purpose for months and was kept only as a precaution. SQLModel followed suit the same day, removing its own unused slim stub [2] to match. The parallel cleanup across both Tiangolo projects suggests a deliberate housekeeping cycle to reduce packaging surface area and eliminate dead weight from the dependency graph. In a separate move, SQLModel is automating its release preparation workflow [3], borrowing patterns from asyncer to streamline the path from code to production. These aren't flashy features, but they're the kind of maintenance work that prevents future pain when version bumps slow down because of accumulated technical debt.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] 🔥 Remove slim package stub, deprecated for a while (#15649) fastapi/fastapi
  2. [2] 🔥 Remove old package stub slim, not used nor needed (#1987) tiangolo/sqlmodel
  3. [3] 👷 Automate release preparation ↗ tiangolo/sqlmodel

Quick answers

What shipped in FastAPI & Pydantic on May 31, 2026?
Both FastAPI and SQLModel are removing deprecated slim package stubs that have lingered unused for months, signaling a focused push toward cleaner dependency chains. In total, 3 commits and 3 pull requests landed.
Who contributed to FastAPI & Pydantic on May 31, 2026?
1 developer shipped this update, including tiangolo.
What were the notable FastAPI & Pydantic updates?
🔥 Remove slim package stub, deprecated for a while (#15649), 🔥 Remove old package stub slim, not used nor needed (#1987), and 👷 Automate release preparation.

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?