From 56053616508523482cb83ab4b73501efe1abc591 Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Fri, 31 Oct 2025 14:48:27 +0400 Subject: [PATCH] Test a version of Trio that is compatible with AnyIO --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 572d90b1b..c1ab6e80a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,7 +81,7 @@ dev = [ "mapbox-vector-tile", "jinja2", "tqdm", - "trio", + "anyio[trio]", "mypy", "pyright", "types-python-dateutil",