Skip to content

Commit ea964fc

Browse files
author
cloud-profiler-team
committed
fix(deps): Add protobuf version lower bound
This requirement was forced by #120 and ideally should have been documented as part of the 4.0.0 release. PiperOrigin-RevId: 477344323
1 parent bf96efa commit ea964fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
'google-api-python-client!=1.12.0,!=2.0.2',
3131
'google-auth>=1.0.0',
3232
'google-auth-httplib2',
33-
'protobuf',
33+
'protobuf>=3.20',
3434
'requests',
3535
]
3636

0 commit comments

Comments
 (0)