diff --git a/pyproject.toml b/pyproject.toml index d0002a1..6e9ea2f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ ccxt = "^4.2.80" ib_insync = "0.9.86" capitalcom-python = "0.2.3" degiro-connector = "3.0.22" -easyoanda = "1.0.19" +easyoanda = {version ="1.0.19", python = ">=3.11,<4.0"} [ tool.poetry.group.dev.dependencies] python-semantic-release = ">=8.0.8"