We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e31fddd + e1bbd00 commit b0dd745Copy full SHA for b0dd745
release/setup.py
@@ -53,7 +53,7 @@ def finalize_options(self):
53
REQUIRED_PACKAGES = [
54
'cirq-core==0.13.1', 'cirq-google>=0.13.1', 'sympy == 1.8',
55
'googleapis-common-protos==1.52.0', 'google-api-core==1.21.0',
56
- 'google-auth==1.18.0', 'protobuf==3.19.4'
+ 'google-auth==1.18.0', 'protobuf==3.19.5'
57
]
58
59
# placed as extra to not have required overwrite existing nightly installs if
0 commit comments