Skip to content

v6.2.7

Choose a tag to compare

@github-actions github-actions released this 07 Feb 16:38

Changed

  • Python 3.14 base image — Bumped Docker base from python:3.11-slim to python:3.14-slim in both Dockerfile and Dockerfile.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] with X | None, simplified AsyncGenerator type 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 skippeddocker-publish-dev workflow no longer fails on Dependabot PRs (they lack Docker Hub secrets).

Full Changelog: v6.2.6...v6.2.7