Skip to content

Commit fac9b18

Browse files
author
github-actions
committed
Release w3w_prediction v1.1.0
### Changed (2) - Updated `binance-common` library to version `4.2.0` - Updated Dependencies
1 parent f3efec0 commit fac9b18

2 files changed

Lines changed: 10 additions & 3 deletions

File tree

clients/w3w_prediction/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 1.1.0 - 2026-08-07
4+
5+
### Changed (2)
6+
7+
- Updated `binance-common` library to version `4.2.0`
8+
- Updated Dependencies
9+
310
## 1.0.1 - 2026-06-30
411

512
- Updated `pyproject.toml` dependencies

clients/w3w_prediction/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "binance-sdk-w3w-prediction"
3-
version = "1.0.1"
3+
version = "1.1.0"
44
description = "Official Binance W3wPrediction Connector - A lightweight library that provides a convenient interface to Binance's W3wPrediction REST API"
55
authors = ["Binance"]
66
license = "MIT"
@@ -17,8 +17,8 @@ pydantic = ">=2.10.0"
1717
websockets = "^15.0.1"
1818
websocket-client = ">=1.6.3"
1919
pycryptodome = "^3.17"
20-
aiohttp = "^3.14.0"
21-
binance-common = "4.0.2"
20+
aiohttp = "^3.14.3"
21+
binance-common = "4.2.0"
2222

2323
[tool.poetry.extras]
2424
dev = ["pytest"]

0 commit comments

Comments
 (0)