From 9471580b44a79fb9f9d81fc590976a5def507b6d Mon Sep 17 00:00:00 2001 From: sirEven Date: Thu, 26 Sep 2024 20:09:19 +0200 Subject: [PATCH] Update python declaration. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 70e4985..ee28e1a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" [tool.poetry.dependencies] -python = "^3.11" +python = ">=3.10,<4" dydx-v4-client = {git = "https://github.com/dydxprotocol/v4-clients.git", rev = "main", subdirectory = "v4-client-py-v2"} sir-utilities = "^0.1.3" python-dateutil = "^2.9.0.post0"