Skip to content

Commit d4236c8

Browse files
authored
fix(deps): require grpc-google-iam-v1>=0.14.0 (#2327)
1 parent e1496c5 commit d4236c8

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

gapic/templates/_pypi_packages.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Note: Set the minimum version for google-cloud-documentai to 2.0.0 which has sup
1414
("google", "cloud", "documentai", "v1"): {"package_name": "google-cloud-documentai", "lower_bound": "2.0.0", "upper_bound": "4.0.0dev"},
1515
("google", "cloud", "kms", "v1"): {"package_name": "google-cloud-kms", "lower_bound": "2.3.0", "upper_bound": "4.0.0dev"},
1616
("google", "cloud", "osconfig", "v1"): {"package_name": "google-cloud-os-config", "lower_bound": "1.0.0", "upper_bound": "2.0.0dev"},
17-
("google", "iam", "v1"): {"package_name": "grpc-google-iam-v1", "lower_bound": "0.12.4", "upper_bound": "1.0.0dev"},
17+
("google", "iam", "v1"): {"package_name": "grpc-google-iam-v1", "lower_bound": "0.14.0", "upper_bound": "1.0.0dev"},
1818
("google", "iam", "v2"): {"package_name": "google-cloud-iam", "lower_bound": "2.12.2", "upper_bound": "3.0.0dev"},
1919
("google", "shopping", "type"): {"package_name": "google-shopping-type", "lower_bound": "0.1.6", "upper_bound": "1.0.0dev"}
2020
}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"protobuf>=3.20.2,<6.0.0dev,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5",
3939
"pypandoc >= 1.4",
4040
"PyYAML >= 5.1.1",
41-
"grpc-google-iam-v1 >= 0.12.4, < 1.0.0dev",
41+
"grpc-google-iam-v1 >= 0.14.0, < 1.0.0dev",
4242
"libcst >= 0.4.9, < 2.0.0dev",
4343
"inflection >= 0.5.1, < 1.0.0dev",
4444
]

tests/integration/goldens/asset/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"protobuf>=3.20.2,<6.0.0dev,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5",
4949
"google-cloud-access-context-manager >= 0.1.2, <1.0.0dev",
5050
"google-cloud-os-config >= 1.0.0, <2.0.0dev",
51-
"grpc-google-iam-v1 >= 0.12.4, <1.0.0dev",
51+
"grpc-google-iam-v1 >= 0.14.0, <1.0.0dev",
5252
]
5353
extras = {
5454
}

tests/integration/goldens/asset/testing/constraints-3.7.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ proto-plus==1.22.3
1010
protobuf==3.20.2
1111
google-cloud-access-context-manager==0.1.2
1212
google-cloud-os-config==1.0.0
13-
grpc-google-iam-v1==0.12.4
13+
grpc-google-iam-v1==0.14.0

tests/integration/goldens/eventarc/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"proto-plus >= 1.22.3, <2.0.0dev",
4747
"proto-plus >= 1.25.0, <2.0.0dev; python_version >= '3.13'",
4848
"protobuf>=3.20.2,<6.0.0dev,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5",
49-
"grpc-google-iam-v1 >= 0.12.4, <1.0.0dev",
49+
"grpc-google-iam-v1 >= 0.14.0, <1.0.0dev",
5050
]
5151
extras = {
5252
}

tests/integration/goldens/eventarc/testing/constraints-3.7.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ google-api-core==1.34.1
88
google-auth==2.14.1
99
proto-plus==1.22.3
1010
protobuf==3.20.2
11-
grpc-google-iam-v1==0.12.4
11+
grpc-google-iam-v1==0.14.0

0 commit comments

Comments
 (0)