Skip to content

Commit a39a8d6

Browse files
Update protobuf requirement from <6.0.0,>=4.21 to >=4.21,<7.0.0
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@v4.22.0-rc1...v6.30.2) --- updated-dependencies: - dependency-name: protobuf dependency-version: 6.30.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9a9eec2 commit a39a8d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def run(self):
9292
'scikit-learn',
9393
'flatten_json',
9494
'tensorboardX',
95-
'protobuf>=4.21,<6.0.0',
95+
'protobuf>=4.21,<7.0.0',
9696
'grpcio>=1.56.2,<1.66.0',
9797
],
9898
python_requires='>=3.10, <3.13',

0 commit comments

Comments
 (0)