We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e58f52 commit 1952a51Copy full SHA for 1952a51
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Version history
2
3
+## 0.10.13
4
+
5
+- Support separate kernel environment.
6
7
## 0.10.12
8
9
- Add `FileWatcher` API.
jupyverse_api/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "jupyverse_api"
-version = "0.11.2"
+version = "0.11.3"
description = "The public API for Jupyverse"
readme = "README.md"
10
requires-python = ">=3.9"
plugins/kernel_subprocess/pyproject.toml
@@ -4,12 +4,12 @@ build-backend = "hatchling.build"
name = "fps_kernel_subprocess"
-version = "0.1.2"
+version = "0.1.3"
description = "An FPS plugin for the kernel subprocess API"
keywords = ["jupyter", "server", "fastapi", "plugins"]
11
dependencies = [
12
- "jupyverse-api >=0.11.0,<0.12.0",
+ "jupyverse-api >=0.11.3,<0.12.0",
13
"anyio",
14
"pyzmq",
15
"zmq-anyio >=0.3.1,<0.4.0",
plugins/kernels/pyproject.toml
@@ -4,14 +4,14 @@ build-backend = "hatchling.build"
name = "fps_kernels"
-version = "0.10.2"
+version = "0.10.3"
description = "An FPS plugin for the kernels API"
"python-dateutil",
"types-python-dateutil",
- "jupyverse-api >=0.11.2,<0.12.0",
"pycrdt >=0.10.3,<0.13.0",
16
17
]
pyproject.toml
name = "jupyverse"
-version = "0.10.12"
+version = "0.10.13"
description = "A set of FPS plugins implementing a Jupyter server"
@@ -13,14 +13,14 @@ dependencies = [
"fps-contents >=0.10.1,<0.11.0",
"fps-file-id >=0.3.2,<0.4.0",
"fps-file-watcher >=0.1.1,<0.2.0",
- "fps-kernel-subprocess >=0.1.2,<0.2.0",
- "fps-kernels >=0.10.2,<0.11.0",
+ "fps-kernel-subprocess >=0.1.3,<0.2.0",
+ "fps-kernels >=0.10.3,<0.11.0",
18
"fps-terminals >=0.9.1,<0.10.0",
19
"fps-nbconvert >=0.9.1,<0.10.0",
20
"fps-yjs >=0.10.5,<0.11.0",
21
"fps-lab >=0.9.1,<0.10.0",
22
"fps-frontend >=0.9.1,<0.10.0",
23
24
"rich-click >=1.6.1,<2",
25
"eval-type-backport; python_version<'3.10'",
26
0 commit comments