We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c790895 commit a6f58ffCopy full SHA for a6f58ff
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.32, <7',
42
'requests',
43
'tabulate',
44
'unidecode',
0 commit comments