From 96cdcd8f3902d2abb6fcd736afa4d584bb92df26 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Thu, 20 Mar 2025 14:24:21 -0400 Subject: [PATCH] Pin to exact `trio` version that still has loose egs --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1dbdcc54..a4e5e1ed 100755 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ setup( # trio related # proper range spec: # https://packaging.python.org/en/latest/discussions/install-requires-vs-requirements/#id5 - 'trio >= 0.24', + 'trio == 0.24', # 'async_generator', # in stdlib mostly! # 'trio_typing', # trio==0.23.0 has type hints!