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

mv_to_new_trio_py3.11
Tyler Goodlet 2024-03-13 16:21:30 -04:00
parent d28c7e17c6
commit e5cb39804c
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.22',
'trio >= 0.24',
'async_generator',
'trio_typing',
'exceptiongroup',