From 05f28c87282868a1a7f6a23bf0941d2ae42ac3fc Mon Sep 17 00:00:00 2001 From: Tyler Goodlet <jgbt@protonmail.com> Date: Wed, 13 Mar 2024 16:21:30 -0400 Subject: [PATCH] Pin to `trio>=0.24` to avoid `trio_typing` --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b8f915ff..b35b6b3c 100755 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ setup( # trio related # proper range spec: # https://packaging.python.org/en/latest/discussions/install-requires-vs-requirements/#id5 - 'trio >= 0.22', + 'trio >= 0.24', 'async_generator', 'trio_typing', 'exceptiongroup',