Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit 679c9d7

Browse files
committed
chore: remove pin for types-protobuf to support 3.14
1 parent c028adb commit 679c9d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,7 @@ def mypy(session):
741741
# Pin to click==8.1.3 to workaround https://github.com/pallets/click/issues/2558
742742
session.install(
743743
"mypy",
744-
"types-protobuf<=3.19.7",
744+
"types-protobuf",
745745
"types-PyYAML",
746746
"types-dataclasses",
747747
"click==8.1.3",

0 commit comments

Comments
 (0)