We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eca7389 commit 4c73d4dCopy full SHA for 4c73d4d
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [1.5.4] - 2024-07-03
6
+### Changed
7
+- Fixed all import statements in pyinjective.proto modules to make them explicit
8
+
9
## [1.5.3] - 2024-06-12
10
### Changed
11
- Changed parameter `key` from the PaginationOption class.
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "injective-py"
-version = "1.5.3"
+version = "1.5.4"
description = "Injective Python SDK, with Exchange API Client"
authors = ["Injective Labs <[email protected]>"]
license = "Apache-2.0"
0 commit comments