From c0de6958e5761ad6ff532dd933b0f4387e18f1b9 Mon Sep 17 00:00:00 2001 From: Chalmer Lowe Date: Tue, 9 Jan 2024 10:54:49 -0500 Subject: [PATCH] fix: updates types-protobuf version for mypy-samples nox session (#1764) --- 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",