Skip to content

Commit ffb4b71

Browse files
authored
fix: allow Protobuf 7.x (#16532)
Fixes #16526 See related PR #16102. Note: We're still waiting on a fix for grpc/grpc#41933
1 parent 7e67530 commit ffb4b71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/google-api-core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ classifiers = [
4545
]
4646
dependencies = [
4747
"googleapis-common-protos >= 1.63.2, < 2.0.0",
48-
"protobuf >= 4.25.8, < 7.0.0",
48+
"protobuf >= 4.25.8, < 8.0.0",
4949
"proto-plus >= 1.22.3, < 2.0.0",
5050
"proto-plus >= 1.25.0, < 2.0.0; python_version >= '3.13'",
5151
"google-auth >= 2.14.1, < 3.0.0",

0 commit comments

Comments
 (0)