Skip to content

v0.1.53

Latest

Choose a tag to compare

@github-actions github-actions released this 01 Aug 11:31
· 5 commits to main since this release
Immutable release. Only release title and notes can be modified.

Fixed

  • CI: ruff 0.8.x compatibilityisinstance(v, (X, Y)) forms converted to X | Y in okf/frontmatter.py (UP038). The lint job pins ruff~=0.8.0 which enforces the newer syntax that newer local ruff releases don't flag.
  • CI: dashboard test skip when fastapi absenttests/test_security.py::test_dashboard_build_app_rejects_cross_origin now uses pytest.importorskip("fastapi"). FastAPI is a [dashboard] extra, not [dev], so the CI test job (which installs .[dev]) was failing with ModuleNotFoundError.