From b9a81cbd9fc9ff2a56c85e014b67e8199ba030c8 Mon Sep 17 00:00:00 2001 From: David Brochart Date: Thu, 22 Sep 2022 09:19:10 +0200 Subject: [PATCH] Fix plugin pinning --- pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0a314641..e50b32f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "jupyverse" description = "A set of FPS plugins implementing a Jupyter server" keywords = [ "jupyter", "server", "fastapi", "pluggy", "plugins",] requires-python = ">=3.7" -dependencies = [ "fastapi >=0.82.0", "fps >=0.0.19", "fps-uvicorn >=0.0.19", "fps-auth-base ==0.0.41", "fps-contents ==0.0.41", "fps-kernels ==0.0.41", "fps-terminals ==0.0.41", "fps-nbconvert ==0.0.41", "fps-yjs ==0.0.41",] +dependencies = [ "fastapi >=0.82.0", "fps >=0.0.19", "fps-uvicorn >=0.0.19", "fps-auth-base >=0.0.42", "fps-contents >=0.0.42", "fps-kernels >=0.0.42", "fps-terminals >=0.0.42", "fps-nbconvert >=0.0.42", "fps-yjs >=0.0.42",] dynamic = [ "version",] [[project.authors]] @@ -25,10 +25,10 @@ text = "BSD 3-Clause License" Homepage = "https://jupyter.org" [project.optional-dependencies] -jupyterlab = [ "fps-jupyterlab ==0.0.41",] -retrolab = [ "fps-retrolab ==0.0.41",] -auth = [ "fps-auth ==0.0.41",] -auth-fief = [ "fps-auth-fief ==0.0.41",] +jupyterlab = [ "fps-jupyterlab >=0.0.42",] +retrolab = [ "fps-retrolab >=0.0.42",] +auth = [ "fps-auth >=0.0.42",] +auth-fief = [ "fps-auth-fief >=0.0.42",] test = [ "mypy", "types-setuptools", "pytest", "pytest-asyncio", "pytest-env", "requests", "websockets", "ipykernel",] docs = [ "mkdocs", "mkdocs-material",]