Skip to content

Commit c553b48

Browse files
vertex-sdk-botcopybara-github
authored andcommitted
chore: Declare compatibility with Protobuf v30
PiperOrigin-RevId: 747801720
1 parent 691c1f6 commit c553b48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@
298298
),
299299
"google-auth >= 2.14.1, <3.0.0",
300300
"proto-plus >= 1.22.3, <2.0.0",
301-
"protobuf>=3.20.2,<6.0.0,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5",
301+
"protobuf>=3.20.2,<7.0.0,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5",
302302
"packaging >= 14.3",
303303
"google-cloud-storage >= 1.32.0, < 3.0.0",
304304
"google-cloud-bigquery >= 1.15.0, < 4.0.0, !=3.20.0",

testing/constraints-3.12.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
google-api-core==2.21.0 # Tests google-api-core with rest async support
55
google-auth==2.35.0 # Tests google-auth with rest async support
66
proto-plus
7-
protobuf
7+
protobuf>=6
88
mock==4.0.2
99
google-cloud-storage==2.2.1 # Increased for kfp 2.0 compatibility
1010
packaging==24.1 # Increased to unbreak canonicalize_version error (b/377774673)

0 commit comments

Comments
 (0)