Skip to content

Commit 55a20f6

Browse files
Relax protobuf version to <7.0 (#5573)
Co-authored-by: Molly He <mollyhe@amazon.com>
1 parent bd3db07 commit 55a20f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dependencies = [
4545
"pandas>=2.3.0",
4646
"pathos",
4747
"platformdirs",
48-
"protobuf>=3.12,<6.32",
48+
"protobuf>=3.12,<7.0",
4949
"psutil",
5050
"PyYAML>=6.0.1",
5151
"requests",

0 commit comments

Comments
 (0)