Skip to content

Commit

Permalink
Update python declaration.
Browse files Browse the repository at this point in the history
  • Loading branch information
sirEven committed Sep 26, 2024
1 parent 1f6220a commit 9471580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9471580

Please sign in to comment.