File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+ ## [ 1.6.2]
6
+ ### Fixed
7
+ - Fixed issue in the ` listen_derivative_market_updates ` method in the ` AsyncClient ` class
8
+
5
9
## [ 1.6.1] - 2024-08-07
6
10
### Added
7
11
- Added support for the following messages in the chain "exchange" module:
Original file line number Diff line number Diff line change @@ -2336,7 +2336,7 @@ async def listen_derivative_market_updates(
2336
2336
on_status_callback : Optional [Callable ] = None ,
2337
2337
market_ids : Optional [List [str ]] = None ,
2338
2338
):
2339
- await self .exchange_derivative_stream_api .stream_markets (
2339
+ await self .exchange_derivative_stream_api .stream_market (
2340
2340
callback = callback ,
2341
2341
on_end_callback = on_end_callback ,
2342
2342
on_status_callback = on_status_callback ,
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " injective-py"
3
- version = " 1.6.1 "
3
+ version = " 1.6.2 "
4
4
description = " Injective Python SDK, with Exchange API Client"
5
5
authors = [" Injective Labs <contact@injectivelabs.org>" ]
6
6
license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments