Skip to content

Commit a8dd212

Browse files
Update protobuf version (#5499)
* Update protobuf version * fix --------- Co-authored-by: Molly He <mollyhe@amazon.com>
1 parent 4e55189 commit a8dd212

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sagemaker-core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies = [
2525
"requests>=2.20.0,<3.0.0",
2626
"attrs>=20.3.0",
2727
"packaging>=20.0",
28-
"protobuf>=3.12,<5.0",
28+
"protobuf>=3.12,<7.0.0",
2929
"pandas>=1.0.0",
3030
"numpy>=1.9.0",
3131
# Dependencies migrated from sagemaker_utils

sagemaker-serve/src/sagemaker/serve/utils/conda_in_process.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies:
1313
- cloudpickle==2.2.1
1414
- google-pasta
1515
- numpy>=2.0.0,<3.0
16-
- protobuf>=3.12,<5.0
16+
- protobuf>=3.12,<7.0
1717
- smdebug_rulesconfig==1.0.1
1818
- importlib-metadata>=1.4.0,<7.0
1919
- packaging>=20.0

0 commit comments

Comments
 (0)