Skip to content

Commit 46fe33f

Browse files
fix(deps): update dependency protobuf to v6
1 parent 4bb9d16 commit 46fe33f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies = [
3838
'pillow',
3939
# 3.7.0 fixed a bug on parsing some METADATA.pb files.
4040
# We cannot use v4 because our protobuf files have been compiled with v3.
41-
'protobuf>=3.7.0, <4',
41+
'protobuf>=6.30.1, <7',
4242
'requests',
4343
'tabulate',
4444
'unidecode',

0 commit comments

Comments
 (0)