Pin to exact `trio` version that still has loose egs

sc_super_proto_dgrams
Tyler Goodlet 2025-03-20 14:24:21 -04:00
parent bc13599e1f
commit 96cdcd8f39
1 changed files with 1 additions and 1 deletions

View File

@ -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!