We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70af961 commit 12a31a9Copy full SHA for 12a31a9
2 files changed
CHANGELOG.md
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
5
## [1.14.1] - 2026-04-29
6
### Changed
7
-- Update Python version limitation to ">=3.10,<3.15" to support Pythong v1.14
+- Update Python version limitation to ">=3.10,<3.15" to support Python v1.14
8
9
## [1.14.0] - 2026-04-27
10
tests/core/test_broadcaster.py
@@ -7,8 +7,6 @@
import pyinjective.ofac as ofac
from pyinjective import PrivateKey
-from pyinjective.async_client_v2 import AsyncClient
11
-from pyinjective.composer_v2 import Composer
12
from pyinjective.core.broadcaster import MsgBroadcasterWithPk, StandardAccountBroadcasterConfig
13
from pyinjective.core.network import Network
14
0 commit comments