You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/derivatives_trading_coin_futures/pyproject.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
[tool.poetry]
2
2
name = "binance-sdk-derivatives-trading-coin-futures"
3
-
version = "4.1.1"
3
+
version = "5.0.0"
4
4
description = "Official Binance Derivatives Trading Coin Futures SDK - A lightweight library that provides a convenient interface to Binance's DerivativesTradingCoinFutures REST API, WebSocket API and WebSocket Streams."
Copy file name to clipboardExpand all lines: clients/derivatives_trading_coin_futures/src/binance_sdk_derivatives_trading_coin_futures/rest_api/models/exchange_information_response_symbols_inner.py
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ class ExchangeInformationResponseSymbolsInner(BaseModel):
Copy file name to clipboardExpand all lines: clients/derivatives_trading_usds_futures/pyproject.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
[tool.poetry]
2
2
name = "binance-sdk-derivatives-trading-usds-futures"
3
-
version = "7.1.1"
3
+
version = "8.0.0"
4
4
description = "Official Binance Derivatives Trading Usds Futures SDK - A lightweight library that provides a convenient interface to Binance's DerivativesTradingUsdsFutures REST API, WebSocket API and WebSocket Streams."
Copy file name to clipboardExpand all lines: clients/derivatives_trading_usds_futures/src/binance_sdk_derivatives_trading_usds_futures/rest_api/models/cancel_order_response.py
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,6 @@ class CancelOrderResponse(BaseModel):
Copy file name to clipboardExpand all lines: clients/derivatives_trading_usds_futures/src/binance_sdk_derivatives_trading_usds_futures/rest_api/models/exchange_information_response_symbols_inner.py
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ class ExchangeInformationResponseSymbolsInner(BaseModel):
0 commit comments