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

PYDANTIC FIXES GENERIC ALIAS CRASHES, SQLMODEL AND FASTAPI MIGRATE LABEL INFRASTRUCTURE

By RepoJournal Β· Filed Β· About FastAPI & Pydantic

Pydantic shipped fixes for unhashable generic aliases that were causing core schema generation to error [ref:8], while both FastAPI and SQLModel overhauled their release note automation.

The main signal today comes from the Pydantic desk, where Viicos landed a critical fix [1] that stops Pydantic from erroring on unhashable generic aliases during core schema generation, resolving a reported issue [1]. The same contributor also bumped Click to v8.4.2 [2] to close a dependency concern and worked around a circular import error in Mypy that was causing test failures [3]. Over on the FastAPI and SQLModel side, tiangolo completed infrastructure work across both repos, migrating automatic label generation to the Latest Changes system [4] [5] [6] [7]. This is housekeeping that improves maintainability for release tracking, though it doesn't change runtime behavior. The Pyodide lockfile also got a refresh [8] [9] to keep browser-based tooling current.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] Do not error on unhashable generic aliases during core schema generation β†— pydantic/pydantic
  2. [2] Bump `click` to v8.4.2 β†— pydantic/pydantic
  3. [3] Workaround circular import error in Mypy β†— pydantic/pydantic
  4. [4] πŸ‘· Migrate automatic labels to Latest Changes β†— fastapi/fastapi
  5. [5] πŸ‘· Migrate automatic labels to Latest Changes (#16185) fastapi/fastapi
  6. [6] πŸ‘· Migrate automatic labels to Latest Changes β†— tiangolo/sqlmodel
  7. [7] πŸ‘· Migrate automatic labels to Latest Changes (#2074) tiangolo/sqlmodel
  8. [8] Update Pyodide lockfile β†— pydantic/pydantic
  9. [9] Update Pyodide lockfile (#13649) pydantic/pydantic

Quick answers

What shipped in FastAPI & Pydantic on August 13, 2026?
Pydantic shipped fixes for unhashable generic aliases that were causing core schema generation to error [ref:8], while both FastAPI and SQLModel overhauled their release note automation. In total, 8 commits and 6 pull requests landed.
Who contributed to FastAPI & Pydantic on August 13, 2026?
3 developers shipped this update, including tiangolo, latest-changes[bot], and Viicos.
What were the notable FastAPI & Pydantic updates?
Do not error on unhashable generic aliases during core schema generation, Bump `click` to v8.4.2, and Workaround circular import error in Mypy.

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?