Skip to content

Commit 13e1567

Browse files
committed
remove pin for types-protobuf
1 parent a62ea6e commit 13e1567

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

noxfile.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -253,9 +253,7 @@ def mypy(session):
253253
session.install(
254254
"types-setuptools",
255255
"types-requests",
256-
# TODO(https://github.com/googleapis/python-api-core/issues/642):
257-
# Use the latest version of types-protobuf.
258-
"types-protobuf<5",
256+
"types-protobuf",
259257
"types-mock",
260258
"types-dataclasses",
261259
)

0 commit comments

Comments
 (0)