Skip to content

Commit 1b92780

Browse files
authoredMar 14, 2025··
Update protobuf requirement in /tests
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...v6.30.1) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bb7f0e7 commit 1b92780

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tests/constraints.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ tensorflow>=2.5,<2.17.0
1616
requests>=2.25.1
1717
opencv-python>=4.5
1818
paddlepaddle==2.6.1
19-
protobuf>=3.18.1,<4.0.0
19+
protobuf>=3.18.1,<7.0.0
2020
py>=1.9.0
2121
pytest>=5.0,<7.5
2222
pytest-dependency==0.5.1

0 commit comments

Comments
 (0)
Please sign in to comment.