Skip to content

Commit 5a172b9

Browse files
committed
[Build][Bugfix] Fix protobuf version
Signed-off-by: MengqingCao <[email protected]>
1 parent c02f122 commit 5a172b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ filelock
1313
jsonschema
1414
msgpack<2.0.0,>=1.0.0
1515
packaging
16-
protobuf!=3.19.5,>=3.15.3
16+
protobuf>=3.20.3
1717
pyyaml
1818
requests
1919
watchfiles

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ def get_packages(self):
383383
"jsonschema",
384384
"msgpack >= 1.0.0, < 2.0.0",
385385
"packaging",
386-
"protobuf >= 3.15.3, != 3.19.5",
386+
"protobuf>=3.20.3",
387387
"pyyaml",
388388
"requests",
389389
]

0 commit comments

Comments
 (0)