Skip to content

Commit 7a3f9a2

Browse files
Raise protobuf minimum version in Python requirements (#28558)
## Changes - Update `requirements.txt` to `protobuf>=4.25.8` - Update `requirements-training.txt` to `protobuf>=4.25.8` - Update `requirements-dev.txt` to `protobuf>=4.25.8` - Update `docs/python/requirements.txt` to `protobuf>=4.25.8` ## Notes This change addresses the direct Python manifest surface only. It does not claim to resolve every transitive Component Governance finding. Co-authored-by: arajendra <arajendra@users.noreply.github.com>
1 parent b5fb2b8 commit 7a3f9a2

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/python/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pydot
1414
flatbuffers
1515
numpy<2.0.0
1616
packaging
17-
protobuf
17+
protobuf>=4.25.8
1818
sympy
1919
onnx
2020
sphinx_exec_code

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ onnxmltools
99
packaging
1010
pandas
1111
parameterized>=0.8.1
12-
protobuf
12+
protobuf>=4.25.8
1313
pydocstyle[toml]
1414
pytest
1515
pytest-cov

requirements-training.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ h5py
44
numpy >= 1.16.6
55
onnx
66
packaging
7-
protobuf
7+
protobuf>=4.25.8
88
sympy
99
setuptools>=61.0.0

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
flatbuffers
22
numpy >= 1.21.6
33
packaging
4-
protobuf
4+
protobuf>=4.25.8

0 commit comments

Comments
 (0)