Skip to content

Commit c12db59

Browse files
committed
breaking: updating protobuf version to 5.28.1
1 parent 859d019 commit c12db59

File tree

6 files changed

+69
-790
lines changed

6 files changed

+69
-790
lines changed

CHANGELOG.md

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

3+
## v5.0.0
4+
5+
### Breaking Changes
6+
**Upgraded `protobuf` to v5.28.1**
7+
8+
* This upgrade introduces a breaking change due to `protobuf` v5.28.1 dropping support for Python versions earlier than 3.8.
9+
10+
* Downstream packages that depend on `sagemaker-training-toolkit` for builds or tests may need to:
11+
- Regenerate their protobuf code with the updated version.
12+
- Update related testing/build dependencies to maintain compatibility.
13+
314
## v4.9.0 (2025-02-11)
415

516
### Features

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.9.1.dev0
1+
5.0.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def read_version():
4040
"werkzeug>=0.15.5",
4141
"paramiko>=2.4.2",
4242
"psutil>=5.6.7",
43-
"protobuf>=3.9.2,<=3.20.3",
43+
"protobuf>=5.28.1",
4444
"scipy>=1.2.2",
4545
"boto3>=1.28.57",
4646
"botocore>=1.31.57",

0 commit comments

Comments
 (0)