Skip to content

Commit 5499896

Browse files
authored
Update add-missing-dependencies-to-setup-py-constraints.yaml
1 parent b8fd563 commit 5499896

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/client-post-processing/add-missing-dependencies-to-setup-py-constraints.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ replacements:
183183
"proto-plus >= 1.22.3, <2.0.0",
184184
"proto-plus >= 1.25.0, <2.0.0; python_version >= '3.13'",
185185
"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",
186-
"google-shopping-type >= 0.1.6, <1.0.0",
186+
"google-shopping-type >= 1.0.0, <2.0.0",
187187
]
188188
count: 1
189189
- paths: [
@@ -198,6 +198,6 @@ replacements:
198198
google-api-core==1.34.1
199199
google-auth==2.14.1
200200
proto-plus==1.22.3
201-
google-shopping-type==0.1.6
201+
google-shopping-type==1.0.0
202202
protobuf==3.20.2
203203
count: 1

0 commit comments

Comments
 (0)