diff --git a/pyproject.toml b/pyproject.toml index d5ff48df..3bd8e208 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ python = "^3.11" typing_extensions = "*" pytest-xdist = "*" pytest = "*" -pytest-asyncio = "*" +pytest-asyncio = ">=0.23.4" pytest-html = "*" dynaconf = "*" python-keycloak = ">=3.6"