Skip to content

Commit 4131e65

Browse files
partheacopybara-github
authored andcommitted
fix(deps): Require proto-plus 1.22.3
COPYBARA_INTEGRATE_REVIEW=#4070 from googleapis:parthea-patch-3 4dc561b PiperOrigin-RevId: 650658129
1 parent 80fa75c commit 4131e65

6 files changed

+6
-6
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@
246246
" <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*"
247247
),
248248
"google-auth >= 2.14.1, <3.0.0dev",
249-
"proto-plus >= 1.22.0, <2.0.0dev",
249+
"proto-plus >= 1.22.3, <2.0.0dev",
250250
"protobuf>=4.25.3,<5.0.0dev",
251251
"packaging >= 14.3",
252252
"google-cloud-storage >= 1.32.0, < 3.0.0dev",

testing/constraints-3.10.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This constraints file is required for unit tests.
33
# List all library dependencies and extras in this file.
44
google-api-core
5-
proto-plus==1.22.0
5+
proto-plus==1.22.3
66
protobuf
77
mock==4.0.2
88
google-cloud-storage==2.2.1 # Increased for kfp 2.0 compatibility

testing/constraints-3.8.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# List *all* library dependencies and extras in this file.
55
google-api-core==2.17.1 # Increased for gapic owlbot presubmit tests
66
google-auth==2.14.1
7-
proto-plus==1.22.0
7+
proto-plus==1.22.3
88
protobuf
99
mock==4.0.2
1010
google-cloud-storage==2.2.1 # Increased for kfp 2.0 compatibility

testing/constraints-3.9.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This constraints file is required for unit tests.
33
# List all library dependencies and extras in this file.
44
google-api-core
5-
proto-plus==1.22.0
5+
proto-plus==1.22.3
66
protobuf
77
mock==4.0.2
88
google-cloud-storage==2.2.1 # Increased for kfp 2.0 compatibility

testing/constraints-ray-2.4.0.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ray==2.4.0
22
# Below constraints are inherited from constraints-3.10.txt
33
google-api-core
4-
proto-plus==1.22.0
4+
proto-plus==1.22.3
55
protobuf
66
mock==4.0.2
77
google-cloud-storage==2.2.1 # Increased for kfp 2.0 compatibility

testing/constraints-ray-2.9.3.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ray==2.9.3
22
# Below constraints are inherited from constraints-3.10.txt
33
google-api-core
4-
proto-plus==1.22.0
4+
proto-plus==1.22.3
55
protobuf
66
mock==4.0.2
77
google-cloud-storage==2.2.1 # Increased for kfp 2.0 compatibility

0 commit comments

Comments
 (0)