Pin pre-0.22 bc exception groups break everything

pin_pre_trio_0.22
Tyler Goodlet 2022-10-09 13:03:52 -04:00
parent 6a0337b69d
commit dc295ab227
1 changed files with 3 additions and 1 deletions

View File

@ -43,7 +43,9 @@ setup(
install_requires=[
# trio related
'trio >= 0.20',
# proper range spec:
# https://packaging.python.org/en/latest/discussions/install-requires-vs-requirements/#id5
'trio >= 0.20, < 0.22',
'async_generator',
'trio_typing',