$ the-wire ยท showcase
FASTAPI HOUSEKEEPING SWEEP CLEARS INACTIVE SPONSORS
By RepoJournal ยท Filed ยท About FastAPI & Pydantic ยท Composed from the cited sources ยท methodology
FastAPI quietly removed four inactive sponsors from its docs overnight, a signal that the maintainer is tightening the roster.
The FastAPI team purged ExoFlare, InterviewPal, Liblab, and Scalar from the official sponsor list [1] [2] [3] [4], a rare move that suggests these partnerships either expired or failed to deliver promised value. Over in SQLModel, the dependency updates are rolling in: Typer bumped to 0.26.6 with critical list argument fixes [5], GitHub Actions updated for security patches [6], and the typos linter jumped nearly a full version to catch more spelling errors [7]. Pydantic added a Slack link to its docs [8], opening another channel for community support. Nothing here screams urgency, but the sponsor removals hint at maintenance discipline you rarely see in popular projects.
Action items
- โ Update Typer in your SQLModel projects to 0.26.6 for list argument fixes tiangolo/sqlmodel [plan]
- โ Pull latest pre-commit typos config in your CI pipeline tiangolo/sqlmodel [monitor]
References
- [1] ๐ง Update sponsors: remove ExoFlare (#15736) โ fastapi/fastapi
- [2] ๐ง Update sponsors: remove InterviewPal (#15735) โ fastapi/fastapi
- [3] ๐ง Update sponsors: remove Liblab (#15731) โ fastapi/fastapi
- [4] ๐ง Update sponsors: remove Scalar (#15730) โ fastapi/fastapi
- [5] โฌ Bump the python-packages group with 3 updates โ tiangolo/sqlmodel
- [6] โฌ Bump the github-actions group with 2 updates โ tiangolo/sqlmodel
- [7] โฌ Bump https://github.com/crate-ci/typos from v1.46.0 to v1.47.1 in the pre-commit group โ tiangolo/sqlmodel
- [8] Add Slack link to docs โ pydantic/pydantic