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"