Skip to content

Commit 723aa2b

Browse files
authored
Upper bound (exclusive) JupyterLab at 4.5.0 (#1019)
1 parent 4844586 commit 723aa2b

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

binder/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies:
88
- yarn
99

1010
# Dependencies
11-
- jupyterlab >=4.0.0,<5
11+
- jupyterlab >=4.0.0,<4.5.0
1212

1313
# Binder
1414
- jupyterlab-link-share=0.2

python/jupytergis/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies = [
2626
"jupyter-docprovider>=1,<2",
2727
"jupyter-server-ydoc>=1,<2",
2828
"jupyter-collaboration-ui>=1,<2",
29-
"jupyterlab>=4.3,<5",
29+
"jupyterlab>=4.3,<4.5.0",
3030
]
3131
dynamic = ["version"]
3232
license = {file = "LICENSE"}

python/jupytergis_core/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
22
build-backend = "hatchling.build"
3-
requires = ["hatchling>=1.5.0", "jupyterlab>=4.0.0,<5", "hatch-nodejs-version>=0.3.2"]
3+
requires = ["hatchling>=1.5.0", "jupyterlab>=4.0.0,<4.5.0", "hatch-nodejs-version>=0.3.2"]
44

55
[project]
66
classifiers = [
@@ -75,7 +75,7 @@ version_cmd = "hatch version"
7575

7676
[tool.jupyter-releaser.hooks]
7777
before-build-npm = [
78-
"python -m pip install 'jupyterlab>=4.0.0,<5'",
78+
"python -m pip install 'jupyterlab>=4.0.0,<4.5.0'",
7979
"jlpm",
8080
"jlpm build:prod",
8181
]

python/jupytergis_lab/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
build-backend = "hatchling.build"
33
requires = [
44
"hatchling>=1.5.0",
5-
"jupyterlab>=4.0.0,<5",
5+
"jupyterlab>=4.0.0,<4.5.0",
66
"hatch-nodejs-version>=0.3.2",
77
]
88

@@ -79,7 +79,7 @@ version_cmd = "hatch version"
7979

8080
[tool.jupyter-releaser.hooks]
8181
before-build-npm = [
82-
"python -m pip install 'jupyterlab>=4.0.0,<5'",
82+
"python -m pip install 'jupyterlab>=4.0.0,<4.5.0'",
8383
"jlpm",
8484
"jlpm build:prod",
8585
]

python/jupytergis_qgis/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
build-backend = "hatchling.build"
33
requires = [
44
"hatchling>=1.5.0",
5-
"jupyterlab>=4.0.0,<5",
5+
"jupyterlab>=4.0.0,<4.5.0",
66
"hatch-nodejs-version>=0.3.2",
77
]
88

@@ -78,7 +78,7 @@ version_cmd = "hatch version"
7878

7979
[tool.jupyter-releaser.hooks]
8080
before-build-npm = [
81-
"python -m pip install 'jupyterlab>=4.0.0,<5'",
81+
"python -m pip install 'jupyterlab>=4.0.0,<4.5.0'",
8282
"jlpm",
8383
"jlpm build:prod",
8484
]

requirements-build.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jupyter-collaboration>=3,<4
66
jupyter-collaboration-ui>=1,<2
77
jupyter-docprovider>=1,<2
88
jupyter-server-ydoc>=1,<2
9-
jupyterlab>=4.3,<5
9+
jupyterlab>=4.3,<4.5.0
1010
mercantile>=1.2
1111
pillow>=10
1212
pydantic>=2.4.2,<3

0 commit comments

Comments
 (0)