📝 Use FastAPI lifespan instead of startup event by Michele0303 · Pull Request #1687 · fastapi/sqlmodel

@github-actions @Michele0303

Replace deprecated FastAPI startup events in tutorial examples
with lifespan context managers, keeping on_startup() as a helper
for tests and documentation consistency.

@github-actions bot added the docs

Improvements or additions to documentation

label

Dec 23, 2025

@Michele0303