Skip to content

Commit db99716

Browse files
committed
Release v0.10.15
1 parent 0252014 commit db99716

File tree

24 files changed

+65
-61
lines changed

24 files changed

+65
-61
lines changed

CHANGELOG.md

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

3+
## 0.10.15
4+
5+
- Fix JupyterLab loading with document URL.
6+
37
## 0.10.14
48

59
- Fix document duplication with out-of-band changes.

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.3"
7+
version = "0.12.0"
88
description = "The public API for Jupyverse"
99
readme = "README.md"
1010
requires-python = ">=3.9"

plugins/auth/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_auth"
7-
version = "0.9.1"
7+
version = "0.9.2"
88
description = "An FPS plugin for the authentication API"
99
keywords = ["jupyter", "server", "fastapi", "plugins"]
1010
requires-python = ">=3.9"
1111
dependencies = [
1212
"aiosqlite",
1313
"fastapi-users[sqlalchemy,oauth] >=14.0.1,<15.0.0",
14-
"jupyverse-api >=0.11.0,<0.12.0",
14+
"jupyverse-api >=0.12.0,<0.13.0",
1515
]
1616

1717
[[project.authors]]

plugins/auth_fief/pyproject.toml

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

55
[project]
66
name = "fps_auth_fief"
7-
version = "0.9.1"
7+
version = "0.9.2"
88
description = "An FPS plugin for the authentication API, using Fief"
99
keywords = ["jupyter", "server", "fastapi", "plugins"]
1010
requires-python = ">=3.8"
1111
dependencies = [
1212
"fief-client[fastapi]",
13-
"jupyverse-api >=0.11.0,<0.12.0",
13+
"jupyverse-api >=0.12.0,<0.13.0",
1414
]
1515

1616
[[project.authors]]

plugins/auth_jupyterhub/pyproject.toml

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

55
[project]
66
name = "fps_auth_jupyterhub"
7-
version = "0.9.2"
7+
version = "0.9.3"
88
description = "An FPS plugin for the authentication API, using JupyterHbu"
99
keywords = ["jupyter", "server", "fastapi", "plugins"]
1010
requires-python = ">=3.9"
1111
dependencies = [
1212
"aiosqlite",
1313
"httpx >=0.24.1,<1",
1414
"jupyterhub >=4.0.1,<5",
15-
"jupyverse-api >=0.11.0,<0.12.0",
15+
"jupyverse-api >=0.12.0,<0.13.0",
1616
"anyio",
1717
]
1818

plugins/contents/pyproject.toml

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

55
[project]
66
name = "fps_contents"
7-
version = "0.10.1"
7+
version = "0.10.2"
88
description = "An FPS plugin for the contents API"
99
keywords = ["jupyter", "server", "fastapi", "plugins"]
1010
requires-python = ">=3.9"
1111
dependencies = [
1212
"anyio >=3.6.2,<5",
13-
"jupyverse-api >=0.11.0,<0.12.0",
13+
"jupyverse-api >=0.12.0,<0.13.0",
1414
]
1515
[[project.authors]]
1616
name = "Jupyter Development Team"

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.3.2"
7+
version = "0.3.3"
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.2,<0.12.0",
14+
"jupyverse-api >=0.12.0,<0.13.0",
1515
]
1616
[[project.authors]]
1717
name = "Jupyter Development Team"

plugins/file_watcher/pyproject.toml

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

55
[project]
66
name = "fps_file_watcher"
7-
version = "0.1.1"
7+
version = "0.1.2"
88
description = "An FPS plugin for the file watcher API"
99
keywords = ["jupyter", "server", "fastapi", "plugins"]
1010
requires-python = ">=3.9"
1111
dependencies = [
1212
"watchfiles >=1.0.4,<2",
13-
"jupyverse-api >=0.11.2,<0.12.0",
13+
"jupyverse-api >=0.12.0,<0.13.0",
1414
]
1515
[[project.authors]]
1616
name = "Jupyter Development Team"

plugins/file_watcher_poll/pyproject.toml

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

55
[project]
66
name = "fps_file_watcher_poll"
7-
version = "0.1.1"
7+
version = "0.1.2"
88
description = "An FPS plugin for the file watcher API"
99
keywords = ["jupyter", "server", "fastapi", "plugins"]
1010
requires-python = ">=3.9"
1111
dependencies = [
1212
"anychange >=0.2.0",
13-
"jupyverse-api >=0.11.2,<0.12.0",
13+
"jupyverse-api >=0.12.0,<0.13.0",
1414
]
1515
[[project.authors]]
1616
name = "Jupyter Development Team"

plugins/frontend/pyproject.toml

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

55
[project]
66
name = "fps_frontend"
7-
version = "0.9.1"
7+
version = "0.9.2"
88
description = "An FPS plugin for the frontend related configuration"
99
keywords = ["jupyter", "server", "fastapi", "plugins"]
1010
requires-python = ">=3.9"
1111
dependencies = [
12-
"jupyverse-api >=0.11.0,<0.12.0",
12+
"jupyverse-api >=0.12.0,<0.13.0",
1313
]
1414

1515
[[project.authors]]

0 commit comments

Comments
 (0)