v6.2.7
Changed
- Python 3.14 base image — Bumped Docker base from
python:3.11-slimtopython:3.14-slimin bothDockerfileandDockerfile.viewer. All dependencies have pre-built cp314 wheels. - Python 3.14 type annotations — Removed string quotes from forward references (PEP 649 deferred evaluation), replaced
Optional[X]withX | None, simplifiedAsyncGeneratortype args (PEP 585). - PEP 758 except formatting — Unparenthesized except clauses now used where applicable.
- CI updated to Python 3.14 — Tests and lint workflows now run on Python 3.14.
- Dependabot dev image builds skipped —
docker-publish-devworkflow no longer fails on Dependabot PRs (they lack Docker Hub secrets).
Full Changelog: v6.2.6...v6.2.7