Skip to content

Commit 318592a

Browse files
authored
Merge pull request #397 from binance/release_clients_2025_08_06
Release clients 2025/08/06
2 parents d1fc416 + 38add3e commit 318592a

File tree

230 files changed

+1973
-1432
lines changed

Some content is hidden

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

230 files changed

+1973
-1432
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
cd clients/${{ matrix.client }}
3939
fi
4040
41-
old_version=$(git show HEAD^:pyproject.toml | grep '^version' | head -1 | sed -E 's/version = "(.*)"/\1/')
41+
old_version=$(git show HEAD:pyproject.toml | grep '^version' | head -1 | sed -E 's/version = "(.*)"/\1/')
4242
new_version=$(grep '^version' pyproject.toml | head -1 | sed -E 's/version = "(.*)"/\1/')
4343
4444
if [ "$old_version" = "$new_version" ]; then

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+
## 1.1.0 - 2025-08-06
4+
5+
### Changed (2)
6+
7+
- Updated `binance-common` library to version `1.1.0`
8+
- Added python version `3.13`
9+
310
## 1.0.0 - 2025-07-17
411

512
- Initial release

clients/algo/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Binance Python Algo SDK
22

3-
[![Build Status](https://img.shields.io/github/actions/workflow/status/binance/binance-connector-python/ci-algo.yml)](https://github.com/binance/binance-connector-python/actions)
3+
[![Build Status](https://img.shields.io/github/actions/workflow/status/binance/binance-connector-python/ci.yaml)](https://github.com/binance/binance-connector-python/actions)
44
[![Open Issues](https://img.shields.io/github/issues/binance/binance-connector-python)](https://github.com/binance/binance-connector-python/issues)
55
[![Code Style: Black](https://img.shields.io/badge/code_style-black-black)](https://black.readthedocs.io/en/stable/)
66
[![PyPI version](https://img.shields.io/pypi/v/binance-sdk-algo)](https://pypi.python.org/pypi/binance-sdk-algo)
77
[![PyPI Downloads](https://img.shields.io/pypi/dm/binance-sdk-algo.svg)](https://pypi.org/project/binance-sdk-algo/)
8-
[![Python version](https://img.shields.io/pypi/pyversions/binance-connector)](https://www.python.org/downloads/)
8+
[![Python version](https://img.shields.io/pypi/pyversions/binance-sdk-algo)](https://www.python.org/downloads/)
99
[![Known Vulnerabilities](https://img.shields.io/badge/security-scanned-brightgreen)](https://github.com/binance/binance-connector-python/security)
1010
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
1111

clients/algo/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-algo"
3-
version = "1.0.0"
3+
version = "1.1.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"
@@ -11,7 +11,7 @@ packages = [
1111
]
1212

1313
[tool.poetry.dependencies]
14-
python = ">=3.9,<=3.13"
14+
python = ">=3.9,<=3.14"
1515
requests = ">=2.31.0"
1616
pydantic = ">=2.10.0"
1717
websockets = "^15.0.1"
@@ -20,7 +20,7 @@ black = "^25.1.0"
2020
ruff = "^0.12.0"
2121
pycryptodome = "^3.17"
2222
aiohttp = "^3.9"
23-
binance-common = "1.0.0"
23+
binance-common = "1.1.0"
2424
pytest = { version = ">=6.2.5", optional = true }
2525

2626
[tool.poetry.extras]

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+
## 1.1.0 - 2025-08-06
4+
5+
### Changed (2)
6+
7+
- Updated `binance-common` library to version `1.1.0`
8+
- Added python version `3.13`
9+
310
## 1.0.0 - 2025-07-17
411

512
- Initial release

clients/c2c/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Binance Python C2C SDK
22

3-
[![Build Status](https://img.shields.io/github/actions/workflow/status/binance/binance-connector-python/ci-c2c.yml)](https://github.com/binance/binance-connector-python/actions)
3+
[![Build Status](https://img.shields.io/github/actions/workflow/status/binance/binance-connector-python/ci.yaml)](https://github.com/binance/binance-connector-python/actions)
44
[![Open Issues](https://img.shields.io/github/issues/binance/binance-connector-python)](https://github.com/binance/binance-connector-python/issues)
55
[![Code Style: Black](https://img.shields.io/badge/code_style-black-black)](https://black.readthedocs.io/en/stable/)
66
[![PyPI version](https://img.shields.io/pypi/v/binance-sdk-c2c)](https://pypi.python.org/pypi/binance-sdk-c2c)
77
[![PyPI Downloads](https://img.shields.io/pypi/dm/binance-sdk-c2c.svg)](https://pypi.org/project/binance-sdk-c2c/)
8-
[![Python version](https://img.shields.io/pypi/pyversions/binance-connector)](https://www.python.org/downloads/)
8+
[![Python version](https://img.shields.io/pypi/pyversions/binance-sdk-c2c)](https://www.python.org/downloads/)
99
[![Known Vulnerabilities](https://img.shields.io/badge/security-scanned-brightgreen)](https://github.com/binance/binance-connector-python/security)
1010
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
1111

clients/c2c/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-c2c"
3-
version = "1.0.0"
3+
version = "1.1.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"
@@ -11,7 +11,7 @@ packages = [
1111
]
1212

1313
[tool.poetry.dependencies]
14-
python = ">=3.9,<=3.13"
14+
python = ">=3.9,<=3.14"
1515
requests = ">=2.31.0"
1616
pydantic = ">=2.10.0"
1717
websockets = "^15.0.1"
@@ -20,7 +20,7 @@ black = "^25.1.0"
2020
ruff = "^0.12.0"
2121
pycryptodome = "^3.17"
2222
aiohttp = "^3.9"
23-
binance-common = "1.0.0"
23+
binance-common = "1.1.0"
2424
pytest = { version = ">=6.2.5", optional = true }
2525

2626
[tool.poetry.extras]

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+
## 1.1.0 - 2025-08-06
4+
5+
### Changed (2)
6+
7+
- Updated `binance-common` library to version `1.1.0`
8+
- Added python version `3.13`
9+
310
## 1.0.0 - 2025-07-17
411

512
- Initial release

clients/convert/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Binance Python Convert SDK
22

3-
[![Build Status](https://img.shields.io/github/actions/workflow/status/binance/binance-connector-python/ci-convert.yml)](https://github.com/binance/binance-connector-python/actions)
3+
[![Build Status](https://img.shields.io/github/actions/workflow/status/binance/binance-connector-python/ci.yaml)](https://github.com/binance/binance-connector-python/actions)
44
[![Open Issues](https://img.shields.io/github/issues/binance/binance-connector-python)](https://github.com/binance/binance-connector-python/issues)
55
[![Code Style: Black](https://img.shields.io/badge/code_style-black-black)](https://black.readthedocs.io/en/stable/)
66
[![PyPI version](https://img.shields.io/pypi/v/binance-sdk-convert)](https://pypi.python.org/pypi/binance-sdk-convert)
77
[![PyPI Downloads](https://img.shields.io/pypi/dm/binance-sdk-convert.svg)](https://pypi.org/project/binance-sdk-convert/)
8-
[![Python version](https://img.shields.io/pypi/pyversions/binance-connector)](https://www.python.org/downloads/)
8+
[![Python version](https://img.shields.io/pypi/pyversions/binance-sdk-convert)](https://www.python.org/downloads/)
99
[![Known Vulnerabilities](https://img.shields.io/badge/security-scanned-brightgreen)](https://github.com/binance/binance-connector-python/security)
1010
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
1111

clients/convert/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-convert"
3-
version = "1.0.0"
3+
version = "1.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"
@@ -11,7 +11,7 @@ packages = [
1111
]
1212

1313
[tool.poetry.dependencies]
14-
python = ">=3.9,<=3.13"
14+
python = ">=3.9,<=3.14"
1515
requests = ">=2.31.0"
1616
pydantic = ">=2.10.0"
1717
websockets = "^15.0.1"
@@ -20,7 +20,7 @@ black = "^25.1.0"
2020
ruff = "^0.12.0"
2121
pycryptodome = "^3.17"
2222
aiohttp = "^3.9"
23-
binance-common = "1.0.0"
23+
binance-common = "1.1.0"
2424
pytest = { version = ">=6.2.5", optional = true }
2525

2626
[tool.poetry.extras]

0 commit comments

Comments
 (0)