Skip to content

v2.4.3 — packaging hygiene (clean wheel/sdist)

Choose a tag to compare

@caidish caidish released this 04 Jul 09:29
· 4 commits to main since this release

Re-release of the 2.4.2 markdown add_cell false-timeout fix with a clean package.

  • No functional/library change vs 2.4.2 (same markdown notebook_add_cell false-"Timeout waiting for frontend response" fix + bridge-stability race fix + configurable INSTRMCP_FRONTEND_TIMEOUT, default 10s).
  • Packaging fix: MANIFEST.in now prunes dev-only artifacts (local virtualenv, JupyterLab staging, node_modules, tool caches) so the built sdist/wheel are small and clean (2.4.2's locally-built wheel had accidentally bundled ~24MB of node_modules).

Note: publish to PyPI was done manually; the CI Release workflow's PyPI step is unconfigured (missing PYPI_API_TOKEN secret).