diff --git a/setup.py b/setup.py index 9376a51..44af746 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.14.3', 'mypy==1.14.1',