From 4b105933a3889166f34f29e7da11875b7cc319d1 Mon Sep 17 00:00:00 2001 From: ohmayr Date: Wed, 28 Jan 2026 01:48:53 +0000 Subject: [PATCH] chore: remove pin for types-protobuf to support 3.14 --- noxfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noxfile.py b/noxfile.py index e99bfad597..0729959d6e 100644 --- a/noxfile.py +++ b/noxfile.py @@ -739,7 +739,7 @@ def mypy(session): # Pin to click==8.1.3 to workaround https://github.com/pallets/click/issues/2558 session.install( "mypy", - "types-protobuf<=3.19.7", + "types-protobuf", "types-PyYAML", "types-dataclasses", "click==8.1.3",