Skip to content

Commit 5cb7709

Browse files
authored
build: remove dev from post processing scripts (#13588)
Towards #13585 Remove `dev` from post processing scripts
1 parent f62368e commit 5cb7709

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

scripts/client-post-processing/integrate-isolated-handwritten-code.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -60,19 +60,19 @@ replacements:
6060
]
6161
before: |
6262
dependencies = \[
63-
"google-api-core\[grpc\] >= 1.34.1, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,!=2.9.*,!=2.10.*",
63+
"google-api-core\[grpc\] >= 1.34.1, <3.0.0,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,!=2.9.*,!=2.10.*",
6464
# Exclude incompatible versions of `google-auth`
6565
# See https://github.com/googleapis/google-cloud-python/issues/12364
66-
"google-auth >= 2.14.1, <3.0.0dev,!=2.24.0,!=2.25.0",
67-
"proto-plus >= 1.22.3, <2.0.0dev",
66+
"google-auth >= 2.14.1, <3.0.0,!=2.24.0,!=2.25.0",
67+
"proto-plus >= 1.22.3, <2.0.0",
6868
after: |
6969
dependencies = [
70-
"google-api-core[grpc] >= 1.34.1, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,!=2.9.*,!=2.10.*",
70+
"google-api-core[grpc] >= 1.34.1, <3.0.0,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,!=2.9.*,!=2.10.*",
7171
# Exclude incompatible versions of `google-auth`
7272
# See https://github.com/googleapis/google-cloud-python/issues/12364
73-
"google-auth >= 2.14.1, <3.0.0dev,!=2.24.0,!=2.25.0",
74-
"google-cloud-core >= 1.4.4, <3.0.0dev",
75-
"proto-plus >= 1.22.3, <2.0.0dev",
73+
"google-auth >= 2.14.1, <3.0.0,!=2.24.0,!=2.25.0",
74+
"google-cloud-core >= 1.4.4, <3.0.0",
75+
"proto-plus >= 1.22.3, <2.0.0",
7676
count: 1
7777
- paths: [
7878
"packages/google-cloud-translate/testing/constraints-3.7.txt"
@@ -198,7 +198,7 @@ replacements:
198198
extras = {
199199
"libcst": "libcst >= 0.2.5",
200200
"pandas": ["pandas>=1.0.5"],
201-
"storage": ["google-cloud-storage >=1.18.0, <4.0.0dev"],
201+
"storage": ["google-cloud-storage >=1.18.0, <4.0.0"],
202202
}
203203
count: 1
204204
- paths: [

0 commit comments

Comments
 (0)