Skip to content

Commit 273792a

Browse files
committed
Release fps-akernel-task v0.1.3
1 parent 1b3ecdc commit 273792a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

plugins/akernel_task/pyproject.toml

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

55
[project]
66
name = "fps_akernel_task"
7-
version = "0.1.2"
7+
version = "0.1.3"
88
description = "An FPS plugin for the kernel task API"
99
keywords = ["jupyter", "server", "fastapi", "plugins"]
1010
requires-python = ">=3.9"
1111
dependencies = [
1212
"jupyverse-api >=0.10.1,<0.11.0",
1313
"anyio",
14-
"akernel",
14+
"akernel >=0.3.4",
1515
]
1616

1717
[[project.authors]]

0 commit comments

Comments
 (0)