diff --git a/setup.py b/setup.py index e78b389..4a42ad5 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ 'test': [ 'pytest>=6,<8', 'pytest-cov>=5,<6', - 'pytest-asyncio==0.*', + 'pytest-asyncio==1.*', 'pytest-xdist==3.*', 'ruff==0.15.12', 'mypy==1.14.1',