Skip to content

Commit 398e523

Browse files
committed
(fix) Updated incorrect deprecation comment
1 parent 3c3b2e4 commit 398e523

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyinjective/composer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2559,7 +2559,7 @@ def MsgGrantTyped(
25592559
**kwargs,
25602560
):
25612561
"""
2562-
This method is deprecated and will be removed soon. Please use `fetch_l3_spot_orderbook_v2` instead
2562+
This method is deprecated and will be removed soon. Please use `create_typed_msg_grant` instead
25632563
"""
25642564
warn("This method is deprecated. Use create_typed_msg_grant instead", DeprecationWarning, stacklevel=2)
25652565

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "injective-py"
3-
version = "1.9.0-pre2"
3+
version = "1.9.0-pre"
44
description = "Injective Python SDK, with Exchange API Client"
55
authors = ["Injective Labs <[email protected]>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)