Pin to `trio>=0.24` to avoid `trio_typing`

ctx_cancel_semantics_and_overruns
Tyler Goodlet 2024-03-13 16:21:30 -04:00
parent 85825cdd76
commit 05f28c8728
1 changed files with 1 additions and 1 deletions

View File

@ -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',