You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add anyio<4.11.0 constraint to tests/requirements.txt to resolve incompatibility between anyio 4.11.0+ and trio 0.26.2.
pip was installing anyio 4.11.0 causing error in trio library
'''
File "trio/_core/_ki.py", line 183, in wrapper
| return fn(*args, **kwargs)
| TypeError: cancel() takes 1 positional argument but 2 were given
'''
Signed-off-by: Faizan Ali <[email protected]>
0 commit comments