Skip to content

Commit 01802b3

Browse files
Update protobuf requirement in /src/bindings/python
Updates the requirements on [protobuf](https://github.com/protocolbuffers/protobuf) to permit the latest version. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](protocolbuffers/protobuf@v3.18.1...v5.28.2) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8597d9a commit 01802b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bindings/python/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ docopt~=0.6.2
2121
paddlepaddle==2.6.0
2222
tensorflow>=1.15.5,<2.18.0
2323
six~=1.16.0
24-
protobuf>=3.18.1,<4.0.0
24+
protobuf>=3.18.1,<6.0.0
2525
onnx==1.16.0

0 commit comments

Comments
 (0)