jupyter-ai icon indicating copy to clipboard operation
jupyter-ai copied to clipboard

Re-enable `check-python` step in Jupyter Releaser

Open dlqqq opened this issue 8 months ago • 0 comments
trafficstars

Problem

#1280 helped ensure that jupyter-ai==X.Y.Z always requires jupyter-ai-magics>=X.Y.Z, preventing future issues about the two packages being out of sync.

However, we had to disable the check-python step as a workaround to https://github.com/jupyter-server/jupyter_releaser/issues/499. In summary, Jupyter Releaser doesn't support monorepos with packages that require the exact same version of another package due to the check-python step.

Proposed Solution

  1. Identify & implement a fix for the upstream issue in Jupyter Releaser
  2. Re-enable the check-python step in our project's Jupyter Relaser config.

dlqqq avatar Mar 20 '25 17:03 dlqqq