Enforce strict version matches between jupyter-ai
and jupyter-ai-magics
#1263
Labels
enhancement
New feature or request
scope:releaser
Issues concerning the release process
scope:settings
Issues concerning the Settings UI & backend in Jupyter AI
Problem
We currently lack an automated way to enforce a strict version match between
jupyter-ai-magics
andjupyter-ai
when installed viapip
. Fixes injupyter-ai
sometimes require downstream changes injupyter-ai-magics
, so users may need to update both packages to receive a bug fix. However, this is not done automatically bypip
, which is really confusing to the end user.This has caused several bugs:
jupyter-ai==3.0.0a0
alone via pip does not work #1172Proposed Solution
bump-version.sh
to somehow bump the version pin ofjupyter-ai-magics
.Additional context
We do enforce this in our Conda Forge releases because that process is manual anyways. However, we should be doing this for PyPI releases too.
The text was updated successfully, but these errors were encountered: