We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a687468 commit 34659beCopy full SHA for 34659be
pyproject.toml
@@ -38,7 +38,7 @@ dependencies = [
38
'pillow',
39
# 3.7.0 fixed a bug on parsing some METADATA.pb files.
40
# We cannot use v4 because our protobuf files have been compiled with v3.
41
- 'protobuf>=3.7.0, <4',
+ 'protobuf>=6.31.1, <7',
42
'requests',
43
'tabulate',
44
'unidecode',
0 commit comments