Skip to content

Commit 62f2dfd

Browse files
author
Adam
committed
Version 0.1.13
1 parent ee17f1e commit 62f2dfd

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

hyperliquid/info.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ def user_state(self, address: str) -> Any:
3232
},
3333
liquidationPx: Optional[float string]
3434
marginUsed: float string,
35-
maxTradeSzs: List[float string],
3635
positionValue: float string,
3736
returnOnEquity: float string,
3837
szi: float string,

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
55

66
[tool.poetry]
77
name = "hyperliquid-python-sdk"
8-
version = "0.1.12"
8+
version = "0.1.13"
99
description = "SDK for Hyperliquid API trading with Python."
1010
readme = "README.md"
1111
authors = ["Hyperliquid <[email protected]>"]

0 commit comments

Comments
 (0)