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-errorfrom the CI mypy step. The pre-commit mypy hook no longer blocks commits that touchapp/. - Enabled the
pydantic.mypyplugin. app/db/session.pynow usesasync_sessionmaker(the SQLAlchemy 2.0 async API; same call interface).Settings.database_urlis typed asstr. The resulting URL is unchanged.
What's Changed
- Fix template mypy errors and make CI mypy blocking by @webbpinner in #28
- Release v1.0.2 by @webbpinner in #29
Full Changelog: v1.0.1...v1.0.2