Skip to content

Commit c0de695

Browse files
authored
fix: updates types-protobuf version for mypy-samples nox session (#1764)
1 parent 8585747 commit c0de695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ def mypy_samples(session):
219219
session.install(
220220
"types-mock",
221221
"types-pytz",
222-
"types-protobuf",
222+
"types-protobuf!=4.24.0.20240106", # This version causes an error: 'Module "google.oauth2" has no attribute "service_account"'
223223
"types-python-dateutil",
224224
"types-requests",
225225
"types-setuptools",

0 commit comments

Comments
 (0)