The Wire · Showcase
FASTAPI DEPENDENCY GARDEN GETS EIGHT FRESH PLANTINGS
By RepoJournal · Filed · About FastAPI & Pydantic
FastAPI just pulled in eight package updates across httpx2, ruff, sqlmodel, strawberry-graphql, typer, and tooling, with sqlmodel and strawberry-graphql getting meaningful bumps.
The python-packages group received a coordinated update across the FastAPI ecosystem [1]. httpx2 moves to 2.5.0, ruff lands a two-point bump to 0.15.20, and SQLModel climbs to 0.0.39 with stability improvements [1]. Strawberry-GraphQL advances to 0.320.0 and typer gets patched as part of the routine maintenance cycle [1]. On the CI side, CodSpeedHQ/action bumped to 4.18.1 with go-runner 1.2.1 under the hood, improving your benchmarking pipeline performance [2]. Over in sqlmodel, the typos spell-checker moved from v1.47.2 to 1.48.0 with dictionary updates, keeping your pre-commit hooks sharp [3]. None of these are breaking changes, but sqlmodel's update is worth testing against your schema migrations if you're on the bleeding edge.
Action items
- → Merge the FastAPI dependency group update before your next release cycle fastapi/fastapi [plan]
- → Pull the sqlmodel 0.0.39 update if you're actively using SQLModel in production tiangolo/sqlmodel [plan]
- → Monitor CodSpeed metrics after the action upgrade hits your CI fastapi/fastapi [monitor]
References
- [1] ⬆ Bump the python-packages group with 8 updates ↗ fastapi/fastapi
- [2] ⬆ Bump CodSpeedHQ/action from 4.17.6 to 4.18.1 in the github-actions group ↗ fastapi/fastapi
- [3] ⬆ Bump https://github.com/crate-ci/typos from v1.47.2 to 1.48.0 in the pre-commit group ↗ tiangolo/sqlmodel
FAQ
- What changed in FastAPI & Pydantic on July 8, 2026?
- FastAPI just pulled in eight package updates across httpx2, ruff, sqlmodel, strawberry-graphql, typer, and tooling, with sqlmodel and strawberry-graphql getting meaningful bumps.
- What should FastAPI & Pydantic teams do about it?
- Merge the FastAPI dependency group update before your next release cycle • Pull the sqlmodel 0.0.39 update if you're actively using SQLModel in production • Monitor CodSpeed metrics after the action upgrade hits your CI
- Which FastAPI & Pydantic repositories shipped on July 8, 2026?
- fastapi/fastapi, tiangolo/sqlmodel