Skip to content

Commit f9ce257

Browse files
committed
feat: warn users of upcoming minimum protobuf 5.0.0 requirement
1 parent 371d27e commit f9ce257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/api_core/_python_package_support.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
_PACKAGE_DEPENDENCY_WARNINGS = [
3838
DependencyConstraint(
3939
"google.protobuf",
40-
minimum_fully_supported_version="4.25.8",
40+
minimum_fully_supported_version="5.0.0",
4141
recommended_version="6.x",
4242
)
4343
]

0 commit comments

Comments
 (0)