jupyter-ai
jupyter-ai copied to clipboard
Re-enable `check-python` step in Jupyter Releaser
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
- Identify & implement a fix for the upstream issue in Jupyter Releaser
- Re-enable the
check-pythonstep in our project's Jupyter Relaser config.