Skip to content

Commit a9adcb5

Browse files
committed
Release v0.10.10
1 parent 068c71d commit a9adcb5

File tree

5 files changed

+15
-9
lines changed

5 files changed

+15
-9
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Version history
22

3+
## 0.10.10
4+
5+
- Add `FileWatcher` API.
6+
- Add `fps-file-watcher`, which uses `watchfiles`.
7+
- Add `fps-file-watcher-poll`, which uses `anychange`.
8+
39
## 0.10.9
410

511
- Move `ResourceLock` to `anyioutils`.

jupyverse_api/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "jupyverse_api"
7-
version = "0.11.0"
7+
version = "0.11.1"
88
description = "The public API for Jupyverse"
99
readme = "README.md"
1010
requires-python = ">=3.9"

plugins/file_id/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_file_id"
7-
version = "0.2.2"
7+
version = "0.3.0"
88
description = "An FPS plugin for the file ID API"
99
keywords = ["jupyter", "server", "fastapi", "plugins"]
1010
requires-python = ">=3.9"
1111
dependencies = [
1212
"sqlite-anyio >=0.2.0,<0.3.0",
1313
"anyio>=3.6.2,<5",
14-
"jupyverse-api >=0.11.0,<0.12.0",
14+
"jupyverse-api >=0.11.1,<0.12.0",
1515
]
1616
[[project.authors]]
1717
name = "Jupyter Development Team"

plugins/kernels/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_kernels"
7-
version = "0.9.2"
7+
version = "0.10.0"
88
description = "An FPS plugin for the kernels API"
99
keywords = ["jupyter", "server", "fastapi", "plugins"]
1010
requires-python = ">=3.9"
1111
dependencies = [
1212
"python-dateutil",
1313
"types-python-dateutil",
14-
"jupyverse-api >=0.11.0,<0.12.0",
14+
"jupyverse-api >=0.11.1,<0.12.0",
1515
"pycrdt >=0.10.3,<0.13.0",
1616
"anyio",
1717
]

pyproject.toml

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

55
[project]
66
name = "jupyverse"
7-
version = "0.10.9"
7+
version = "0.10.10"
88
description = "A set of FPS plugins implementing a Jupyter server"
99
keywords = ["jupyter", "server", "fastapi", "plugins"]
1010
requires-python = ">=3.9"
1111
dependencies = [
1212
"fps[click,fastapi,anycorn] >=0.5.1,<0.6.0",
1313
"fps-contents >=0.10.1,<0.11.0",
14-
"fps-file-id >=0.2.2,<0.3.0",
14+
"fps-file-id >=0.3.0,<0.4.0",
1515
"fps-file-watcher >=0.1.0,<0.2.0",
1616
"fps-kernel-subprocess >=0.1.2,<0.2.0",
17-
"fps-kernels >=0.9.2,<0.10.0",
17+
"fps-kernels >=0.10.0,<0.11.0",
1818
"fps-terminals >=0.9.1,<0.10.0",
1919
"fps-nbconvert >=0.9.1,<0.10.0",
2020
"fps-yjs >=0.10.3,<0.11.0",
2121
"fps-lab >=0.9.1,<0.10.0",
2222
"fps-frontend >=0.9.1,<0.10.0",
23-
"jupyverse-api >=0.11.0,<0.12.0",
23+
"jupyverse-api >=0.11.1,<0.12.0",
2424
"rich-click >=1.6.1,<2",
2525
"eval-type-backport; python_version<'3.10'",
2626
]

0 commit comments

Comments
 (0)