There was an error while loading. Please reload this page.
1 parent 8585747 commit c0de695Copy full SHA for c0de695
noxfile.py
@@ -219,7 +219,7 @@ def mypy_samples(session):
219
session.install(
220
"types-mock",
221
"types-pytz",
222
- "types-protobuf",
+ "types-protobuf!=4.24.0.20240106", # This version causes an error: 'Module "google.oauth2" has no attribute "service_account"'
223
"types-python-dateutil",
224
"types-requests",
225
"types-setuptools",
0 commit comments