Skip to content

Commit 1c94242

Browse files
committed
Release Common v3.4.1
1 parent 04629fe commit 1c94242

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

common/CHANGELOG.md

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

3-
## 3.4.0 - 2025-01-13
3+
## 3.4.1 - 2026-01-23
4+
5+
### Added (1)
6+
7+
- Added `Alpha` base url
8+
9+
## 3.4.0 - 2026-01-13
410

511
### Changed (1)
612

common/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "binance-common"
3-
version = "3.4.0"
3+
version = "3.4.1"
44
description = "Binance Common Types and Utilities for Binance Connectors"
55
authors = ["Binance"]
66
license = "MIT"

common/src/binance_common/constants.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ class WebsocketMode(Enum):
1515
# Algo constants
1616
ALGO_REST_API_PROD_URL = "https://api.binance.com"
1717

18+
# Alpha constants
19+
ALPHA_REST_API_PROD_URL = "https://www.binance.com"
20+
1821
# Auto Invest constants
1922
AUTO_INVEST_REST_API_PROD_URL = "https://api.binance.com"
2023

0 commit comments

Comments
 (0)