Skip to content

Commit

Permalink
fix semver
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmarkarl committed May 2, 2024
1 parent 08e0f38 commit e10c84a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyterlab/semver.py
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,7 @@ def make_range(range_, loose):
class Range:
def __init__(self, range_, loose):
if "/services" in range_:
range_ = "~7.1.6"
range_ = "~7.1.8"

self.loose = loose
# First, split based on boolean or ||
Expand Down

0 comments on commit e10c84a

Please sign in to comment.