From 28345315904eb0fc729d7422ea87b8d455aef6cd Mon Sep 17 00:00:00 2001 From: David Brochart Date: Thu, 31 Aug 2023 09:08:59 +0200 Subject: [PATCH] Pin anyio<5 --- plugins/contents/pyproject.toml | 2 +- plugins/resource_usage/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/contents/pyproject.toml b/plugins/contents/pyproject.toml index 263406b1..22ac019b 100644 --- a/plugins/contents/pyproject.toml +++ b/plugins/contents/pyproject.toml @@ -10,7 +10,7 @@ requires-python = ">=3.8" dependencies = [ "watchfiles >=0.18.1,<1", "aiosqlite >=0.17.0,<1", - "anyio>=3.6.2,<4", + "anyio>=3.6.2,<5", "jupyverse-api >=0.1.2,<1", ] dynamic = [ "version",] diff --git a/plugins/resource_usage/pyproject.toml b/plugins/resource_usage/pyproject.toml index fc720b3a..73a71da4 100644 --- a/plugins/resource_usage/pyproject.toml +++ b/plugins/resource_usage/pyproject.toml @@ -10,7 +10,7 @@ requires-python = ">=3.8" dependencies = [ "psutil >=5.9.4", "types-psutil", - "anyio >=3.6.2", + "anyio >=3.6.2,<5", "jupyverse-api >=0.1.2,<1", ] dynamic = [ "version",]