The Wire · Showcase
SQLMODEL TIGHTENS DEPENDENCY UPDATES, PYDANTIC FIXES DOCS REDIRECT
By RepoJournal · Filed · About FastAPI & Pydantic
SQLModel moved to weekly grouped Dependabot updates while Pydantic corrected a broken coverage badge link that was pointing developers to CI logs instead of metrics.
SQLModel shipped dependency management infrastructure improvements [1][2], configuring Dependabot to batch updates on a weekly cadence and added pre-commit to its label taxonomy. This reduces noise for maintainers and developers tracking pull requests without sacrificing timely patches. On the Pydantic side, a docs landing page bug fix [3] corrected a copy-paste error where the Coverage badge linked to the CI workflow URL instead of the actual coverage dashboard. The README.md already had the correct target URL, so this brings the docs index into alignment and ensures developers clicking for metrics actually reach the coverage badge service.
One email a day. Unsubscribe in one click.
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. Read a past issue →
Action items
- → Review Dependabot settings in your SQLModel projects for consistency tiangolo/sqlmodel [plan]
- → Refresh docs bookmarks if you've been clicking the coverage badge from Pydantic docs pydantic/pydantic [monitor]
References
- [1] 👷 Configure Dependabot to group updates and update weekly ↗ tiangolo/sqlmodel
- [2] 👷 Configure Dependabot to group updates and update weekly (#1972) tiangolo/sqlmodel
- [3] Fix Coverage badge link target on docs landing page ↗ pydantic/pydantic