Skip to content

Upgrade script does not bump the lower bound for jupyterlab #7578

Closed
@jtpio

Description

@jtpio

As noticed in #7577, it seems the upgrade script currently does not bump the lower bound for the jupyterlab dependency.

This may be an issue with the pre-releases only:

function getVersionRange(version: IVersion): string {
const baseVersion = `${version.major}.${version.minor}.${version.patch}${
version.preRelease ?? ''
}`;
return `>=${baseVersion},<${version.major}.${version.minor + 1}`;
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions