diff --git a/pyproject.toml b/pyproject.toml index 4955b289..b0d2f066 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ repository = "https://github.com/golemfactory/goth" readme = "README.md" [tool.poetry.dependencies] -python = "^3.10.1" +python = "^3.10.1, <3.11" aiohttp = "^3.8.5" ansicolors = "^1.1.0" docker-compose = "^1.29"