Skip to content

Commit

Permalink
fix: updates types-protobuf version for mypy-samples nox session (#1764)
Browse files Browse the repository at this point in the history
  • Loading branch information
chalmerlowe committed Jan 9, 2024
1 parent 8585747 commit c0de695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Expand Up @@ -219,7 +219,7 @@ def mypy_samples(session):
session.install(
"types-mock",
"types-pytz",
"types-protobuf",
"types-protobuf!=4.24.0.20240106", # This version causes an error: 'Module "google.oauth2" has no attribute "service_account"'
"types-python-dateutil",
"types-requests",
"types-setuptools",
Expand Down

0 comments on commit c0de695

Please sign in to comment.