Skip to content

Commit d3622a8

Browse files
committed
Release Clients 2026_02_11
1 parent 92d7c13 commit d3622a8

57 files changed

Lines changed: 381 additions & 157 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

clients/algo/CHANGELOG.md

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

3+
## 2.4.0 - 2026-02-11
4+
5+
### Changed (2)
6+
7+
- Updated `binance-common` library to version `3.6.0`
8+
- Updated `pyproject.toml` dependencies
9+
310
## 2.3.0 - 2026-01-29
411

512
### Changed (1)

clients/algo/pyproject.toml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "binance-sdk-algo"
3-
version = "2.3.0"
3+
version = "2.4.0"
44
description = "Official Binance Algo SDK - A lightweight library that provides a convenient interface to Binance's Algo REST API"
55
authors = ["Binance"]
66
license = "MIT"
@@ -16,20 +16,19 @@ requests = ">=2.31.0"
1616
pydantic = ">=2.10.0"
1717
websockets = "^15.0.1"
1818
websocket-client = ">=1.6.3"
19-
black = "^25.1.0"
20-
ruff = "^0.12.0"
2119
pycryptodome = "^3.17"
2220
aiohttp = "^3.9"
23-
binance-common = "3.5.0"
24-
pytest = { version = ">=6.2.5", optional = true }
21+
binance-common = "3.6.0"
2522

2623
[tool.poetry.extras]
2724
dev = ["pytest"]
2825

2926
[tool.poetry.group.dev.dependencies]
3027
tox = "^4.27.0"
31-
pytest = ">=8.4.1"
3228
pytest-asyncio = "^1.0.0"
29+
black = "^25.1.0"
30+
ruff = "^0.12.0"
31+
pytest = ">=8.4.1"
3332

3433
[tool.ruff]
3534
exclude = [".git", ".tox", "build", "dist"]

clients/alpha/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.2.0 - 2026-02-11
4+
5+
### Changed (2)
6+
7+
- Updated `binance-common` library to version `3.6.0`
8+
- Updated `pyproject.toml` dependencies
9+
310
## 1.1.0 - 2026-01-29
411

512
### Changed (1)

clients/alpha/pyproject.toml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "binance-sdk-alpha"
3-
version = "1.1.0"
3+
version = "1.2.0"
44
description = "Official Binance Alpha Connector - A lightweight library that provides a convenient interface to Binance's Alpha REST API"
55
authors = ["Binance"]
66
license = "MIT"
@@ -15,20 +15,19 @@ requests = ">=2.31.0"
1515
pydantic = ">=2.10.0"
1616
websockets = "^15.0.1"
1717
websocket-client = ">=1.6.3"
18-
black = "^25.1.0"
19-
ruff = "^0.12.0"
2018
pycryptodome = "^3.17"
2119
aiohttp = "^3.9"
22-
binance-common = "3.5.0"
23-
pytest = { version = ">=6.2.5", optional = true }
20+
binance-common = "3.6.0"
2421

2522
[tool.poetry.extras]
2623
dev = ["pytest"]
2724

2825
[tool.poetry.group.dev.dependencies]
2926
tox = "^4.27.0"
30-
pytest = ">=8.4.1"
3127
pytest-asyncio = "^1.0.0"
28+
black = "^25.1.0"
29+
ruff = "^0.12.0"
30+
pytest = ">=8.4.1"
3231

3332
[tool.ruff]
3433
exclude = [".git", ".tox", "build", "dist"]

clients/c2c/CHANGELOG.md

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

3+
## 3.4.0 - 2026-02-11
4+
5+
### Changed (2)
6+
7+
- Updated `binance-common` library to version `3.6.0`
8+
- Updated `pyproject.toml` dependencies
9+
310
## 3.3.0 - 2026-01-29
411

512
### Changed (1)

clients/c2c/pyproject.toml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "binance-sdk-c2c"
3-
version = "3.3.0"
3+
version = "3.4.0"
44
description = "Official Binance C2C SDK - A lightweight library that provides a convenient interface to Binance's C2C REST API"
55
authors = ["Binance"]
66
license = "MIT"
@@ -16,20 +16,19 @@ requests = ">=2.31.0"
1616
pydantic = ">=2.10.0"
1717
websockets = "^15.0.1"
1818
websocket-client = ">=1.6.3"
19-
black = "^25.1.0"
20-
ruff = "^0.12.0"
2119
pycryptodome = "^3.17"
2220
aiohttp = "^3.9"
23-
binance-common = "3.5.0"
24-
pytest = { version = ">=6.2.5", optional = true }
21+
binance-common = "3.6.0"
2522

2623
[tool.poetry.extras]
2724
dev = ["pytest"]
2825

2926
[tool.poetry.group.dev.dependencies]
3027
tox = "^4.27.0"
31-
pytest = ">=8.4.1"
3228
pytest-asyncio = "^1.0.0"
29+
black = "^25.1.0"
30+
ruff = "^0.12.0"
31+
pytest = ">=8.4.1"
3332

3433
[tool.ruff]
3534
exclude = [".git", ".tox", "build", "dist"]

clients/convert/CHANGELOG.md

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

3+
## 4.1.0 - 2026-02-11
4+
5+
### Changed (2)
6+
7+
- Updated `binance-common` library to version `3.6.0`
8+
- Updated `pyproject.toml` dependencies
9+
310
## 4.0.0 - 2026-01-29
411

512
### Changed (2)

clients/convert/pyproject.toml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "binance-sdk-convert"
3-
version = "4.0.0"
3+
version = "4.1.0"
44
description = "Official Binance Convert SDK - A lightweight library that provides a convenient interface to Binance's Convert REST API"
55
authors = ["Binance"]
66
license = "MIT"
@@ -16,20 +16,19 @@ requests = ">=2.31.0"
1616
pydantic = ">=2.10.0"
1717
websockets = "^15.0.1"
1818
websocket-client = ">=1.6.3"
19-
black = "^25.1.0"
20-
ruff = "^0.12.0"
2119
pycryptodome = "^3.17"
2220
aiohttp = "^3.9"
23-
binance-common = "3.5.0"
24-
pytest = { version = ">=6.2.5", optional = true }
21+
binance-common = "3.6.0"
2522

2623
[tool.poetry.extras]
2724
dev = ["pytest"]
2825

2926
[tool.poetry.group.dev.dependencies]
3027
tox = "^4.27.0"
31-
pytest = ">=8.4.1"
3228
pytest-asyncio = "^1.0.0"
29+
black = "^25.1.0"
30+
ruff = "^0.12.0"
31+
pytest = ">=8.4.1"
3332

3433
[tool.ruff]
3534
exclude = [".git", ".tox", "build", "dist"]

clients/copy_trading/CHANGELOG.md

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

3+
## 2.4.0 - 2026-02-11
4+
5+
### Changed (2)
6+
7+
- Updated `binance-common` library to version `3.6.0`
8+
- Updated `pyproject.toml` dependencies
9+
310
## 2.3.0 - 2026-01-29
411

512
### Changed (1)

clients/copy_trading/pyproject.toml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "binance-sdk-copy-trading"
3-
version = "2.3.0"
3+
version = "2.4.0"
44
description = "Official Binance CopyTrading Connector - A lightweight library that provides a convenient interface to Binance's CopyTrading REST API"
55
authors = ["Binance"]
66
license = "MIT"
@@ -16,20 +16,19 @@ requests = ">=2.31.0"
1616
pydantic = ">=2.10.0"
1717
websockets = "^15.0.1"
1818
websocket-client = ">=1.6.3"
19-
black = "^25.1.0"
20-
ruff = "^0.12.0"
2119
pycryptodome = "^3.17"
2220
aiohttp = "^3.9"
23-
binance-common = "3.5.0"
24-
pytest = { version = ">=6.2.5", optional = true }
21+
binance-common = "3.6.0"
2522

2623
[tool.poetry.extras]
2724
dev = ["pytest"]
2825

2926
[tool.poetry.group.dev.dependencies]
3027
tox = "^4.27.0"
31-
pytest = ">=8.4.1"
3228
pytest-asyncio = "^1.0.0"
29+
black = "^25.1.0"
30+
ruff = "^0.12.0"
31+
pytest = ">=8.4.1"
3332

3433
[tool.ruff]
3534
exclude = [".git", ".tox", "build", "dist"]

0 commit comments

Comments
 (0)