From aec490b24acde52e8be80101273d3d374edd0181 Mon Sep 17 00:00:00 2001 From: mraniki <8766259+mraniki@users.noreply.github.com> Date: Mon, 9 Sep 2024 14:18:26 +0200 Subject: [PATCH] build(deps): update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"