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

Commit 4b10593

Browse files
committed
chore: remove pin for types-protobuf to support 3.14
1 parent 72db9d0 commit 4b10593

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
@@ -739,7 +739,7 @@ def mypy(session):
739739
# Pin to click==8.1.3 to workaround https://github.com/pallets/click/issues/2558
740740
session.install(
741741
"mypy",
742-
"types-protobuf<=3.19.7",
742+
"types-protobuf",
743743
"types-PyYAML",
744744
"types-dataclasses",
745745
"click==8.1.3",

0 commit comments

Comments
 (0)