Skip to content

v1.0.2

Latest

Choose a tag to compare

@webbpinner webbpinner released this 23 Sep 08:53
a71c862

Patch release: type-checking and CI fixes. No changes to runtime behavior, the API, environment variables, auth signatures or the database schema.

Highlights

  • mypy is clean and blocking in CI. Fixed all 15 existing type errors in the template and removed continue-on-error from the CI mypy step. The pre-commit mypy hook no longer blocks commits that touch app/.
  • Enabled the pydantic.mypy plugin.
  • app/db/session.py now uses async_sessionmaker (the SQLAlchemy 2.0 async API; same call interface).
  • Settings.database_url is typed as str. The resulting URL is unchanged.

What's Changed

Full Changelog: v1.0.1...v1.0.2