From 4a072ecb054034db5dd1112f54baf90dcb964b2a Mon Sep 17 00:00:00 2001 From: Chalmer Date: Tue, 9 Jan 2024 14:36:45 +0000 Subject: [PATCH] fix: updates types-protobuf version for mypy-samples nox session --- noxfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noxfile.py b/noxfile.py index 41492c7f0..66d68c04e 100644 --- a/noxfile.py +++ b/noxfile.py @@ -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",