Skip to content

Commit 6fc0b0c

Browse files
committed
Bump jupyverse-api >=0.12
1 parent 05e5e44 commit 6fc0b0c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

plugins/akernel_task/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "fps_akernel_task"
7-
version = "0.1.4"
7+
version = "0.1.5"
88
description = "An FPS plugin for the kernel task API"
99
keywords = ["jupyter", "server", "fastapi", "plugins"]
10-
requires-python = ">=3.9"
10+
requires-python = ">=3.10"
1111
dependencies = [
12-
"jupyverse-api >=0.11.0,<0.12.0",
12+
"jupyverse-api >=0.12.0,<0.13.0",
1313
"anyio",
1414
"akernel >=0.3.4",
1515
]

0 commit comments

Comments
 (0)